Color Hex Logo

#b89505 Color Hex

#B89505
(184,149,5)
0 Favorites   0 Comments

Color spaces of #b89505

RGB 1841495
HSL0.130.950.37
HSV48°97°72°
CMYK 0.000.190.97   0.28
XYZ30.542031.69624.6518
Yxy31.69620.45660.4739
Hunter Lab56.2994-1.689034.5107
CIE-Lab63.09101.560966.4467

#b89505 color RGB value is (184,149,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 00000101
Octal 270 225 5
Decimal 184 149 5
Hex B8 95 5

RGB Percentages of Color #b89505

%54.44
%44.08
%1.48

CMYK Percentages of Color #b89505

%0
%19
%97
%28

Triadic Colors of #b89505

#b89505 #05b895 #9505b8

Analogous Colors of #b89505

#b89505 #82b805 #b83c05

Monochromatic Colors of #b89505

#b89505

Complementary Color

#b89505 #0528b8

#b89505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89505 Color CSS Codes

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

#b89505 Text Font Color

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

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


#b89505 Background Color

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

This div background color is #b89505


#b89505 Border Color

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

This div border color is #b89505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89505


Comments

No comments written yet.

Please login to write comment.