Color Hex Logo

#b99115 Color Hex

#B99115
(185,145,21)
0 Favorites   0 Comments

Color spaces of #b99115

RGB 18514521
HSL0.130.800.40
HSV45°89°73°
CMYK 0.000.220.89   0.27
XYZ30.268330.61925.0243
Yxy30.61920.45920.4645
Hunter Lab55.33460.804833.3508
CIE-Lab62.18484.440663.0658

#b99115 color RGB value is (185,145,21).

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

The process color (four color CMYK) of #b99115 color hex is 0.00, 0.22, 0.89, 0.27. Web safe color of #b99115 is #cc9900. Color #b99115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 00010101
Octal 271 221 25
Decimal 185 145 21
Hex B9 91 15

RGB Percentages of Color #b99115

%52.71
%41.31
%5.98

CMYK Percentages of Color #b99115

%0
%22
%89
%27

Triadic Colors of #b99115

#b99115 #15b991 #9115b9

Analogous Colors of #b99115

#b99115 #8fb915 #b93f15

Monochromatic Colors of #b99115

#b99115

Complementary Color

#b99115 #153db9

#b99115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99115 Color CSS Codes

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

#b99115 Text Font Color

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

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


#b99115 Background Color

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

This div background color is #b99115


#b99115 Border Color

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

This div border color is #b99115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99115


Comments

No comments written yet.

Please login to write comment.