Color Hex Logo

#b69505 Color Hex

#B69505
(182,149,5)
0 Favorites   0 Comments

Color spaces of #b69505

RGB 1821495
HSL0.140.950.37
HSV49°97°71°
CMYK 0.000.180.97   0.29
XYZ30.066231.45094.6296
Yxy31.45090.45450.4755
Hunter Lab56.0811-2.444534.3623
CIE-Lab62.88640.654966.2054

#b69505 color RGB value is (182,149,5).

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

The process color (four color CMYK) of #b69505 color hex is 0.00, 0.18, 0.97, 0.29. Web safe color of #b69505 is #cc9900. Color #b69505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010101 00000101
Octal 266 225 5
Decimal 182 149 5
Hex B6 95 5

RGB Percentages of Color #b69505

%54.17
%44.35
%1.49

CMYK Percentages of Color #b69505

%0
%18
%97
%29

Triadic Colors of #b69505

#b69505 #05b695 #9505b6

Analogous Colors of #b69505

#b69505 #7fb605 #b63d05

Monochromatic Colors of #b69505

#b69505

Complementary Color

#b69505 #0526b6

#b69505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69505 Color CSS Codes

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

#b69505 Text Font Color

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

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


#b69505 Background Color

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

This div background color is #b69505


#b69505 Border Color

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

This div border color is #b69505


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,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 #b69505">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69505


Comments

No comments written yet.

Please login to write comment.