Color Hex Logo

#b2972a Color Hex

#B2972A
(178,151,42)
0 Favorites   0 Comments

Color spaces of #b2972a

RGB 17815142
HSL0.130.620.43
HSV48°76°70°
CMYK 0.000.150.76   0.30
XYZ29.844631.76546.7488
Yxy31.76540.43660.4647
Hunter Lab56.3608-4.110732.3530
CIE-Lab63.1485-1.313857.3127

#b2972a color RGB value is (178,151,42).

#b2972a hex color red value is 178, green value is 151 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b2972a hue: 0.13 , saturation: 0.62 and the lightness value of b2972a is 0.43.

The process color (four color CMYK) of #b2972a color hex is 0.00, 0.15, 0.76, 0.30. Web safe color of #b2972a is #999933. Color #b2972a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010111 00101010
Octal 262 227 52
Decimal 178 151 42
Hex B2 97 2A

RGB Percentages of Color #b2972a

%47.98
%40.70
%11.32

CMYK Percentages of Color #b2972a

%0
%15
%76
%30

Triadic Colors of #b2972a

#b2972a #2ab297 #972ab2

Analogous Colors of #b2972a

#b2972a #89b22a #b2532a

Monochromatic Colors of #b2972a

#b2972a

Complementary Color

#b2972a #2a45b2

#b2972a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2972a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2972a Color CSS Codes

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

#b2972a Text Font Color

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

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


#b2972a Background Color

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

This div background color is #b2972a


#b2972a Border Color

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

This div border color is #b2972a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2972a


Comments

No comments written yet.

Please login to write comment.