Color Hex Logo

#b89500 Color Hex

#B89500
(184,149,0)
0 Favorites   0 Comments

Color spaces of #b89500

RGB 1841490
HSL0.131.000.36
HSV49°100°72°
CMYK 0.000.191.00   0.28
XYZ30.514631.68524.5076
Yxy31.68520.45740.4750
Hunter Lab56.2896-1.742034.6549
CIE-Lab63.08181.497967.1609

#b89500 color RGB value is (184,149,0).

#b89500 hex color red value is 184, green value is 149 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b89500 hue: 0.13 , saturation: 1.00 and the lightness value of b89500 is 0.36.

The process color (four color CMYK) of #b89500 color hex is 0.00, 0.19, 1.00, 0.28. Web safe color of #b89500 is #cc9900. Color #b89500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 00000000
Octal 270 225 0
Decimal 184 149 0
Hex B8 95 0

RGB Percentages of Color #b89500

%55.26
%44.74
%0.00

CMYK Percentages of Color #b89500

%0
%19
%100
%28

Triadic Colors of #b89500

#b89500 #00b895 #9500b8

Analogous Colors of #b89500

#b89500 #7fb800 #b83900

Monochromatic Colors of #b89500

#b89500

Complementary Color

#b89500 #0023b8

#b89500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89500 Color CSS Codes

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

#b89500 Text Font Color

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

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


#b89500 Background Color

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

This div background color is #b89500


#b89500 Border Color

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

This div border color is #b89500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,149,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b89500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b89500;
  -webkit-box-shadow: 1px 1px 3px 2px #b89500;
  box-shadow:         1px 1px 3px 2px #b89500; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89500

#b89500 Color Palettes


Comments

No comments written yet.

Please login to write comment.