Color Hex Logo

#b7940a Color Hex

#B7940A
(183,148,10)
0 Favorites   0 Comments

Color spaces of #b7940a

RGB 18314810
HSL0.130.900.38
HSV48°95°72°
CMYK 0.000.190.95   0.28
XYZ30.173131.26904.7324
Yxy31.26900.45600.4725
Hunter Lab55.9187-1.541134.1254
CIE-Lab62.73411.715065.4297

#b7940a color RGB value is (183,148,10).

#b7940a hex color red value is 183, green value is 148 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b7940a hue: 0.13 , saturation: 0.90 and the lightness value of b7940a is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010100 00001010
Octal 267 224 12
Decimal 183 148 10
Hex B7 94 A

RGB Percentages of Color #b7940a

%53.67
%43.40
%2.93

CMYK Percentages of Color #b7940a

%0
%19
%95
%28

Triadic Colors of #b7940a

#b7940a #0ab794 #940ab7

Analogous Colors of #b7940a

#b7940a #84b70a #b73e0a

Monochromatic Colors of #b7940a

#b7940a

Complementary Color

#b7940a #0a2db7

#b7940a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7940a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7940a Color CSS Codes

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

#b7940a Text Font Color

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

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


#b7940a Background Color

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

This div background color is #b7940a


#b7940a Border Color

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

This div border color is #b7940a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7940a


Comments

No comments written yet.

Please login to write comment.