Color Hex Logo

#b2552f Color Hex

#B2552F
(178,85,47)
0 Favorites   0 Comments

Color spaces of #b2552f

RGB 1788547
HSL0.050.580.44
HSV17°74°70°
CMYK 0.000.520.74   0.30
XYZ22.121716.16724.6440
Yxy16.16720.51530.3766
Hunter Lab40.208527.841521.2980
CIE-Lab47.193135.176139.0756

#b2552f color RGB value is (178,85,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010101 00101111
Octal 262 125 57
Decimal 178 85 47
Hex B2 55 2F

RGB Percentages of Color #b2552f

%57.42
%27.42
%15.16

CMYK Percentages of Color #b2552f

%0
%52
%74
%30

Triadic Colors of #b2552f

#b2552f #2fb255 #552fb2

Analogous Colors of #b2552f

#b2552f #b2972f #b22f4b

Monochromatic Colors of #b2552f

#b2552f

Complementary Color

#b2552f #2f8cb2

#b2552f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2552f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2552f Color CSS Codes

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

#b2552f Text Font Color

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

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


#b2552f Background Color

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

This div background color is #b2552f


#b2552f Border Color

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

This div border color is #b2552f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2552f


Comments

No comments written yet.

Please login to write comment.