Color Hex Logo

#b98536 Color Hex

#B98536
(185,133,54)
0 Favorites   0 Comments

Color spaces of #b98536

RGB 18513354
HSL0.100.550.47
HSV36°71°73°
CMYK 0.000.280.71   0.27
XYZ29.061027.35577.2385
Yxy27.35570.45650.4297
Hunter Lab52.30277.650528.4064
CIE-Lab59.302112.264748.8112

#b98536 color RGB value is (185,133,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 00110110
Octal 271 205 66
Decimal 185 133 54
Hex B9 85 36

RGB Percentages of Color #b98536

%49.73
%35.75
%14.52

CMYK Percentages of Color #b98536

%0
%28
%71
%27

Triadic Colors of #b98536

#b98536 #36b985 #8536b9

Analogous Colors of #b98536

#b98536 #acb936 #b94336

Monochromatic Colors of #b98536

#b98536

Complementary Color

#b98536 #366ab9

#b98536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98536 Color CSS Codes

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

#b98536 Text Font Color

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

This sample text font color is #b98536
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.


#b98536 Background Color

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

This div background color is #b98536


#b98536 Border Color

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

This div border color is #b98536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98536


Comments

No comments written yet.

Please login to write comment.