Color Hex Logo

#b7992c Color Hex

#B7992C
(183,153,44)
0 Favorites   0 Comments

Color spaces of #b7992c

RGB 18315344
HSL0.130.610.45
HSV47°76°72°
CMYK 0.000.160.76   0.28
XYZ31.374333.03167.1050
Yxy33.03160.43870.4619
Hunter Lab57.4731-3.135732.9016
CIE-Lab64.1865-0.078057.7336

#b7992c color RGB value is (183,153,44).

#b7992c hex color red value is 183, green value is 153 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b7992c hue: 0.13 , saturation: 0.61 and the lightness value of b7992c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011001 00101100
Octal 267 231 54
Decimal 183 153 44
Hex B7 99 2C

RGB Percentages of Color #b7992c

%48.16
%40.26
%11.58

CMYK Percentages of Color #b7992c

%0
%16
%76
%28

Triadic Colors of #b7992c

#b7992c #2cb799 #992cb7

Analogous Colors of #b7992c

#b7992c #90b72c #b7542c

Monochromatic Colors of #b7992c

#b7992c

Complementary Color

#b7992c #2c4ab7

#b7992c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7992c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7992c Color CSS Codes

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

#b7992c Text Font Color

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

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


#b7992c Background Color

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

This div background color is #b7992c


#b7992c Border Color

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

This div border color is #b7992c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7992c


Comments

No comments written yet.

Please login to write comment.