Color Hex Logo

#b2522f Color Hex

#B2522F
(178,82,47)
0 Favorites   0 Comments

Color spaces of #b2522f

RGB 1788247
HSL0.040.580.44
HSV16°74°70°
CMYK 0.000.540.74   0.30
XYZ21.890515.70484.5669
Yxy15.70480.51920.3725
Hunter Lab39.629329.248920.9079
CIE-Lab46.584836.722938.4156

#b2522f color RGB value is (178,82,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010010 00101111
Octal 262 122 57
Decimal 178 82 47
Hex B2 52 2F

RGB Percentages of Color #b2522f

%57.98
%26.71
%15.31

CMYK Percentages of Color #b2522f

%0
%54
%74
%30

Triadic Colors of #b2522f

#b2522f #2fb252 #522fb2

Analogous Colors of #b2522f

#b2522f #b2942f #b22f4e

Monochromatic Colors of #b2522f

#b2522f

Complementary Color

#b2522f #2f8fb2

#b2522f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2522f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2522f Color CSS Codes

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

#b2522f Text Font Color

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

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


#b2522f Background Color

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

This div background color is #b2522f


#b2522f Border Color

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

This div border color is #b2522f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2522f


Comments

No comments written yet.

Please login to write comment.