Color Hex Logo

#b2992f Color Hex

#B2992F
(178,153,47)
0 Favorites   0 Comments

Color spaces of #b2992f

RGB 17815347
HSL0.130.580.44
HSV49°74°70°
CMYK 0.000.140.74   0.30
XYZ30.264432.45277.3582
Yxy32.45270.43190.4631
Hunter Lab56.9673-4.862932.2189
CIE-Lab63.7153-2.170755.9759

#b2992f color RGB value is (178,153,47).

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

The process color (four color CMYK) of #b2992f color hex is 0.00, 0.14, 0.74, 0.30. Web safe color of #b2992f is #999933. Color #b2992f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011001 00101111
Octal 262 231 57
Decimal 178 153 47
Hex B2 99 2F

RGB Percentages of Color #b2992f

%47.09
%40.48
%12.43

CMYK Percentages of Color #b2992f

%0
%14
%74
%30

Triadic Colors of #b2992f

#b2992f #2fb299 #992fb2

Analogous Colors of #b2992f

#b2992f #8ab22f #b2572f

Monochromatic Colors of #b2992f

#b2992f

Complementary Color

#b2992f #2f48b2

#b2992f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2992f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2992f Color CSS Codes

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

#b2992f Text Font Color

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

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


#b2992f Background Color

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

This div background color is #b2992f


#b2992f Border Color

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

This div border color is #b2992f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2992f

#b2992f Color Palettes


Comments

No comments written yet.

Please login to write comment.