Color Hex Logo

#b2552a Color Hex

#B2552A
(178,85,42)
0 Favorites   0 Comments

Color spaces of #b2552a

RGB 1788542
HSL0.050.620.43
HSV19°76°70°
CMYK 0.000.520.76   0.30
XYZ22.026516.12914.1428
Yxy16.12910.52070.3813
Hunter Lab40.161127.617221.9967
CIE-Lab47.143434.948441.6000

#b2552a color RGB value is (178,85,42).

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

The process color (four color CMYK) of #b2552a color hex is 0.00, 0.52, 0.76, 0.30. Web safe color of #b2552a is #996633. Color #b2552a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010101 00101010
Octal 262 125 52
Decimal 178 85 42
Hex B2 55 2A

RGB Percentages of Color #b2552a

%58.36
%27.87
%13.77

CMYK Percentages of Color #b2552a

%0
%52
%76
%30

Triadic Colors of #b2552a

#b2552a #2ab255 #552ab2

Analogous Colors of #b2552a

#b2552a #b2992a #b22a43

Monochromatic Colors of #b2552a

#b2552a

Complementary Color

#b2552a #2a87b2

#b2552a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2552a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2552a Color CSS Codes

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

#b2552a Text Font Color

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

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


#b2552a Background Color

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

This div background color is #b2552a


#b2552a Border Color

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

This div border color is #b2552a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2552a


Comments

No comments written yet.

Please login to write comment.