Color Hex Logo

#b7a509 Color Hex

#B7A509
(183,165,9)
0 Favorites   0 Comments

Color spaces of #b7a509

RGB 1831659
HSL0.150.910.38
HSV54°95°72°
CMYK 0.000.100.95   0.28
XYZ33.032936.99735.6586
Yxy36.99730.43640.4888
Hunter Lab60.8254-9.505237.0620
CIE-Lab67.2750-7.405668.9419

#b7a509 color RGB value is (183,165,9).

#b7a509 hex color red value is 183, green value is 165 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b7a509 hue: 0.15 , saturation: 0.91 and the lightness value of b7a509 is 0.38.

The process color (four color CMYK) of #b7a509 color hex is 0.00, 0.10, 0.95, 0.28. Web safe color of #b7a509 is #cc9900. Color #b7a509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10100101 00001001
Octal 267 245 11
Decimal 183 165 9
Hex B7 A5 9

RGB Percentages of Color #b7a509

%51.26
%46.22
%2.52

CMYK Percentages of Color #b7a509

%0
%10
%95
%28

Triadic Colors of #b7a509

#b7a509 #09b7a5 #a509b7

Analogous Colors of #b7a509

#b7a509 #72b709 #b74e09

Monochromatic Colors of #b7a509

#b7a509

Complementary Color

#b7a509 #091bb7

#b7a509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7a509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7a509 Color CSS Codes

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

#b7a509 Text Font Color

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

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


#b7a509 Background Color

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

This div background color is #b7a509


#b7a509 Border Color

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

This div border color is #b7a509


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,165,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7a509; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7a509;
  -webkit-box-shadow: 1px 1px 3px 2px #b7a509;
  box-shadow:         1px 1px 3px 2px #b7a509; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7a509


Comments

No comments written yet.

Please login to write comment.