Color Hex Logo

#b99969 Color Hex

#B99969
(185,153,105)
0 Favorites   0 Comments

Color spaces of #b99969

RGB 185153105
HSL0.100.360.57
HSV36°43°73°
CMYK 0.000.170.43   0.27
XYZ33.948634.116718.1605
Yxy34.11670.39370.3957
Hunter Lab58.40951.530622.4524
CIE-Lab65.05515.381729.6590

#b99969 color RGB value is (185,153,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 01101001
Octal 271 231 151
Decimal 185 153 105
Hex B9 99 69

RGB Percentages of Color #b99969

%41.76
%34.54
%23.70

CMYK Percentages of Color #b99969

%0
%17
%43
%27

Triadic Colors of #b99969

#b99969 #69b999 #9969b9

Analogous Colors of #b99969

#b99969 #b1b969 #b97169

Monochromatic Colors of #b99969

#b99969

Complementary Color

#b99969 #6989b9

#b99969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99969 Color CSS Codes

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

#b99969 Text Font Color

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

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


#b99969 Background Color

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

This div background color is #b99969


#b99969 Border Color

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

This div border color is #b99969


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,153,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 #b99969">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99969


Comments

No comments written yet.

Please login to write comment.