Color Hex Logo

#b98368 Color Hex

#B98368
(185,131,104)
0 Favorites   0 Comments

Color spaces of #b98368

RGB 185131104
HSL0.060.370.57
HSV20°44°73°
CMYK 0.000.290.44   0.27
XYZ30.622627.546416.7997
Yxy27.54640.40850.3674
Hunter Lab52.484712.299117.7613
CIE-Lab59.476717.440822.8625

#b98368 color RGB value is (185,131,104).

#b98368 hex color red value is 185, green value is 131 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b98368 hue: 0.06 , saturation: 0.37 and the lightness value of b98368 is 0.57.

The process color (four color CMYK) of #b98368 color hex is 0.00, 0.29, 0.44, 0.27. Web safe color of #b98368 is #cc9966. Color #b98368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 01101000
Octal 271 203 150
Decimal 185 131 104
Hex B9 83 68

RGB Percentages of Color #b98368

%44.05
%31.19
%24.76

CMYK Percentages of Color #b98368

%0
%29
%44
%27

Triadic Colors of #b98368

#b98368 #68b983 #8368b9

Analogous Colors of #b98368

#b98368 #b9ac68 #b96876

Monochromatic Colors of #b98368

#b98368

Complementary Color

#b98368 #689eb9

#b98368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98368 Color CSS Codes

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

#b98368 Text Font Color

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

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


#b98368 Background Color

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

This div background color is #b98368


#b98368 Border Color

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

This div border color is #b98368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98368


Comments

No comments written yet.

Please login to write comment.