Color Hex Logo

#b7982a Color Hex

#B7982A
(183,152,42)
0 Favorites   0 Comments

Color spaces of #b7982a

RGB 18315242
HSL0.130.630.44
HSV47°77°72°
CMYK 0.000.170.77   0.28
XYZ31.174632.69096.8574
Yxy32.69090.44080.4622
Hunter Lab57.1760-2.732632.9122
CIE-Lab63.90980.379758.2031

#b7982a color RGB value is (183,152,42).

#b7982a hex color red value is 183, green value is 152 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b7982a hue: 0.13 , saturation: 0.63 and the lightness value of b7982a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011000 00101010
Octal 267 230 52
Decimal 183 152 42
Hex B7 98 2A

RGB Percentages of Color #b7982a

%48.54
%40.32
%11.14

CMYK Percentages of Color #b7982a

%0
%17
%77
%28

Triadic Colors of #b7982a

#b7982a #2ab798 #982ab7

Analogous Colors of #b7982a

#b7982a #90b72a #b7522a

Monochromatic Colors of #b7982a

#b7982a

Complementary Color

#b7982a #2a49b7

#b7982a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7982a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7982a Color CSS Codes

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

#b7982a Text Font Color

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

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


#b7982a Background Color

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

This div background color is #b7982a


#b7982a Border Color

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

This div border color is #b7982a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7982a


Comments

No comments written yet.

Please login to write comment.