Color Hex Logo

#b98465 Color Hex

#B98465
(185,132,101)
0 Favorites   0 Comments

Color spaces of #b98465

RGB 185132101
HSL0.060.380.56
HSV22°45°73°
CMYK 0.000.290.45   0.27
XYZ30.607827.756416.0562
Yxy27.75640.41130.3730
Hunter Lab52.684311.504818.8097
CIE-Lab59.668016.560924.7988

#b98465 color RGB value is (185,132,101).

#b98465 hex color red value is 185, green value is 132 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #b98465 hue: 0.06 , saturation: 0.38 and the lightness value of b98465 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000100 01100101
Octal 271 204 145
Decimal 185 132 101
Hex B9 84 65

RGB Percentages of Color #b98465

%44.26
%31.58
%24.16

CMYK Percentages of Color #b98465

%0
%29
%45
%27

Triadic Colors of #b98465

#b98465 #65b984 #8465b9

Analogous Colors of #b98465

#b98465 #b9ae65 #b96570

Monochromatic Colors of #b98465

#b98465

Complementary Color

#b98465 #659ab9

#b98465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98465 Color CSS Codes

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

#b98465 Text Font Color

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

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


#b98465 Background Color

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

This div background color is #b98465


#b98465 Border Color

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

This div border color is #b98465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98465


Comments

No comments written yet.

Please login to write comment.