Color Hex Logo

#b99351 Color Hex

#B99351
(185,147,81)
0 Favorites   0 Comments

Color spaces of #b99351

RGB 18514781
HSL0.110.430.52
HSV38°56°73°
CMYK 0.000.210.56   0.27
XYZ31.926531.775812.2352
Yxy31.77580.42040.4184
Hunter Lab56.37002.450226.5900
CIE-Lab63.15726.374339.9661

#b99351 color RGB value is (185,147,81).

#b99351 hex color red value is 185, green value is 147 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #b99351 hue: 0.11 , saturation: 0.43 and the lightness value of b99351 is 0.52.

The process color (four color CMYK) of #b99351 color hex is 0.00, 0.21, 0.56, 0.27. Web safe color of #b99351 is #cc9966. Color #b99351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010011 01010001
Octal 271 223 121
Decimal 185 147 81
Hex B9 93 51

RGB Percentages of Color #b99351

%44.79
%35.59
%19.61

CMYK Percentages of Color #b99351

%0
%21
%56
%27

Triadic Colors of #b99351

#b99351 #51b993 #9351b9

Analogous Colors of #b99351

#b99351 #abb951 #b95f51

Monochromatic Colors of #b99351

#b99351

Complementary Color

#b99351 #5177b9

#b99351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99351 Color CSS Codes

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

#b99351 Text Font Color

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

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


#b99351 Background Color

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

This div background color is #b99351


#b99351 Border Color

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

This div border color is #b99351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99351


Comments

No comments written yet.

Please login to write comment.