Color Hex Logo

#b7992f Color Hex

#B7992F
(183,153,47)
0 Favorites   0 Comments

Color spaces of #b7992f

RGB 18315347
HSL0.130.590.45
HSV47°74°72°
CMYK 0.000.160.74   0.28
XYZ31.432833.05507.4129
Yxy33.05500.43720.4597
Hunter Lab57.4935-3.024232.6009
CIE-Lab64.20540.055156.6196

#b7992f color RGB value is (183,153,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011001 00101111
Octal 267 231 57
Decimal 183 153 47
Hex B7 99 2F

RGB Percentages of Color #b7992f

%47.78
%39.95
%12.27

CMYK Percentages of Color #b7992f

%0
%16
%74
%28

Triadic Colors of #b7992f

#b7992f #2fb799 #992fb7

Analogous Colors of #b7992f

#b7992f #91b72f #b7552f

Monochromatic Colors of #b7992f

#b7992f

Complementary Color

#b7992f #2f4db7

#b7992f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7992f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7992f Color CSS Codes

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

#b7992f Text Font Color

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

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


#b7992f Background Color

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

This div background color is #b7992f


#b7992f Border Color

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

This div border color is #b7992f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7992f


Comments

No comments written yet.

Please login to write comment.