Color Hex Logo

#b98569 Color Hex

#B98569
(185,133,105)
0 Favorites   0 Comments

Color spaces of #b98569

RGB 185133105
HSL0.060.360.57
HSV21°43°73°
CMYK 0.000.280.43   0.27
XYZ30.944928.109317.1593
Yxy28.10930.40600.3688
Hunter Lab53.018211.402417.9236
CIE-Lab59.987416.438022.9830

#b98569 color RGB value is (185,133,105).

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

The process color (four color CMYK) of #b98569 color hex is 0.00, 0.28, 0.43, 0.27. Web safe color of #b98569 is #cc9966. Color #b98569 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 01101001
Octal 271 205 151
Decimal 185 133 105
Hex B9 85 69

RGB Percentages of Color #b98569

%43.74
%31.44
%24.82

CMYK Percentages of Color #b98569

%0
%28
%43
%27

Triadic Colors of #b98569

#b98569 #69b985 #8569b9

Analogous Colors of #b98569

#b98569 #b9ad69 #b96975

Monochromatic Colors of #b98569

#b98569

Complementary Color

#b98569 #699db9

#b98569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98569 Color CSS Codes

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

#b98569 Text Font Color

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

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


#b98569 Background Color

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

This div background color is #b98569


#b98569 Border Color

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

This div border color is #b98569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98569


Comments

No comments written yet.

Please login to write comment.