Color Hex Logo

#b7941a Color Hex

#B7941A
(183,148,26)
0 Favorites   0 Comments

Color spaces of #b7941a

RGB 18314826
HSL0.130.750.41
HSV47°86°72°
CMYK 0.000.190.86   0.28
XYZ30.304831.32175.4257
Yxy31.32170.45200.4671
Hunter Lab55.9658-1.284533.4281
CIE-Lab62.77832.020062.2273

#b7941a color RGB value is (183,148,26).

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

The process color (four color CMYK) of #b7941a color hex is 0.00, 0.19, 0.86, 0.28. Web safe color of #b7941a is #cc9933. Color #b7941a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010100 00011010
Octal 267 224 32
Decimal 183 148 26
Hex B7 94 1A

RGB Percentages of Color #b7941a

%51.26
%41.46
%7.28

CMYK Percentages of Color #b7941a

%0
%19
%86
%28

Triadic Colors of #b7941a

#b7941a #1ab794 #941ab7

Analogous Colors of #b7941a

#b7941a #8cb71a #b7461a

Monochromatic Colors of #b7941a

#b7941a

Complementary Color

#b7941a #1a3db7

#b7941a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7941a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7941a Color CSS Codes

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

#b7941a Text Font Color

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

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


#b7941a Background Color

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

This div background color is #b7941a


#b7941a Border Color

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

This div border color is #b7941a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7941a


Comments

No comments written yet.

Please login to write comment.