Color Hex Logo

#b99813 Color Hex

#B99813
(185,152,19)
0 Favorites   0 Comments

Color spaces of #b99813

RGB 18515219
HSL0.130.810.40
HSV48°90°73°
CMYK 0.000.180.90   0.27
XYZ31.353432.81785.2981
Yxy32.81780.45130.4724
Hunter Lab57.2868-2.557934.6174
CIE-Lab64.01310.592664.9379

#b99813 color RGB value is (185,152,19).

#b99813 hex color red value is 185, green value is 152 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b99813 hue: 0.13 , saturation: 0.81 and the lightness value of b99813 is 0.40.

The process color (four color CMYK) of #b99813 color hex is 0.00, 0.18, 0.90, 0.27. Web safe color of #b99813 is #cc9900. Color #b99813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011000 00010011
Octal 271 230 23
Decimal 185 152 19
Hex B9 98 13

RGB Percentages of Color #b99813

%51.97
%42.70
%5.34

CMYK Percentages of Color #b99813

%0
%18
%90
%27

Triadic Colors of #b99813

#b99813 #13b998 #9813b9

Analogous Colors of #b99813

#b99813 #87b913 #b94513

Monochromatic Colors of #b99813

#b99813

Complementary Color

#b99813 #1334b9

#b99813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99813 Color CSS Codes

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

#b99813 Text Font Color

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

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


#b99813 Background Color

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

This div background color is #b99813


#b99813 Border Color

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

This div border color is #b99813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99813


Comments

No comments written yet.

Please login to write comment.