Color Hex Logo

#b98738 Color Hex

#B98738
(185,135,56)
0 Favorites   0 Comments

Color spaces of #b98738

RGB 18513556
HSL0.100.540.47
HSV37°70°73°
CMYK 0.000.270.70   0.27
XYZ29.385427.92787.5832
Yxy27.92780.45280.4303
Hunter Lab52.84686.773028.4850
CIE-Lab59.823511.266448.4438

#b98738 color RGB value is (185,135,56).

#b98738 hex color red value is 185, green value is 135 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b98738 hue: 0.10 , saturation: 0.54 and the lightness value of b98738 is 0.47.

The process color (four color CMYK) of #b98738 color hex is 0.00, 0.27, 0.70, 0.27. Web safe color of #b98738 is #cc9933. Color #b98738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000111 00111000
Octal 271 207 70
Decimal 185 135 56
Hex B9 87 38

RGB Percentages of Color #b98738

%49.20
%35.90
%14.89

CMYK Percentages of Color #b98738

%0
%27
%70
%27

Triadic Colors of #b98738

#b98738 #38b987 #8738b9

Analogous Colors of #b98738

#b98738 #abb938 #b94738

Monochromatic Colors of #b98738

#b98738

Complementary Color

#b98738 #386ab9

#b98738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98738 Color CSS Codes

.mybgcolor {background-color:#b98738; } 
.myforecolor {color:#b98738; }
.mybordercolor {border:3px solid #b98738; }

#b98738 Text Font Color

<p style="color:#b98738">Text here</p>

This sample text font color is #b98738
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b98738 Background Color

<div style="background-color:#b98738">
Div content here</div>

This div background color is #b98738


#b98738 Border Color

<div style="border:3px solid #b98738">
Div here</div>

This div border color is #b98738


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,135,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b98738; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b98738;
  -webkit-box-shadow: 1px 1px 3px 2px #b98738;
  box-shadow:         1px 1px 3px 2px #b98738; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,135,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b98738">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b98738;
  -webkit-box-shadow: 1px 1px 3px 2px #b98738;
  box-shadow:         1px 1px 3px 2px #b98738;">
Div content here</div>

This div box has shadow with color #b98738


Comments

No comments written yet.

Please login to write comment.