Color Hex Logo

#b98302 Color Hex

#B98302
(185,131,2)
0 Favorites   0 Comments

Color spaces of #b98302

RGB 1851312
HSL0.120.980.37
HSV42°99°73°
CMYK 0.000.290.99   0.27
XYZ28.134826.55133.6995
Yxy26.55130.48190.4548
Hunter Lab51.52807.288931.8128
CIE-Lab58.556711.860763.7685

#b98302 color RGB value is (185,131,2).

#b98302 hex color red value is 185, green value is 131 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #b98302 hue: 0.12 , saturation: 0.98 and the lightness value of b98302 is 0.37.

The process color (four color CMYK) of #b98302 color hex is 0.00, 0.29, 0.99, 0.27. Web safe color of #b98302 is #cc9900. Color #b98302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 00000010
Octal 271 203 2
Decimal 185 131 2
Hex B9 83 2

RGB Percentages of Color #b98302

%58.18
%41.19
%0.63

CMYK Percentages of Color #b98302

%0
%29
%99
%27

Triadic Colors of #b98302

#b98302 #02b983 #8302b9

Analogous Colors of #b98302

#b98302 #94b902 #b92802

Monochromatic Colors of #b98302

#b98302

Complementary Color

#b98302 #0238b9

#b98302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98302 Color CSS Codes

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

#b98302 Text Font Color

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

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


#b98302 Background Color

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

This div background color is #b98302


#b98302 Border Color

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

This div border color is #b98302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98302


Comments

No comments written yet.

Please login to write comment.