Color Hex Logo

#b7841a Color Hex

#B7841A
(183,132,26)
0 Favorites   0 Comments

Color spaces of #b7841a

RGB 18313226
HSL0.110.750.41
HSV41°86°72°
CMYK 0.000.280.86   0.28
XYZ27.966226.64444.6462
Yxy26.64440.47190.4496
Hunter Lab51.61826.377530.7960
CIE-Lab58.643710.818558.8070

#b7841a color RGB value is (183,132,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000100 00011010
Octal 267 204 32
Decimal 183 132 26
Hex B7 84 1A

RGB Percentages of Color #b7841a

%53.67
%38.71
%7.62

CMYK Percentages of Color #b7841a

%0
%28
%86
%28

Triadic Colors of #b7841a

#b7841a #1ab784 #841ab7

Analogous Colors of #b7841a

#b7841a #9cb71a #b7361a

Monochromatic Colors of #b7841a

#b7841a

Complementary Color

#b7841a #1a4db7

#b7841a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7841a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7841a Color CSS Codes

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

#b7841a Text Font Color

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

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


#b7841a Background Color

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

This div background color is #b7841a


#b7841a Border Color

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

This div border color is #b7841a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7841a


Comments

No comments written yet.

Please login to write comment.