Color Hex Logo

#bd532a Color Hex

#BD532A
(189,83,42)
0 Favorites   0 Comments

Color spaces of #bd532a

RGB 1898342
HSL0.050.640.45
HSV17°78°74°
CMYK 0.000.560.78   0.26
XYZ24.497417.17254.2140
Yxy17.17250.53390.3743
Hunter Lab41.439733.002122.9786
CIE-Lab48.476740.281243.5156

#bd532a color RGB value is (189,83,42).

#bd532a hex color red value is 189, green value is 83 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bd532a hue: 0.05 , saturation: 0.64 and the lightness value of bd532a is 0.45.

The process color (four color CMYK) of #bd532a color hex is 0.00, 0.56, 0.78, 0.26. Web safe color of #bd532a is #cc6633. Color #bd532a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 00101010
Octal 275 123 52
Decimal 189 83 42
Hex BD 53 2A

RGB Percentages of Color #bd532a

%60.19
%26.43
%13.38

CMYK Percentages of Color #bd532a

%0
%56
%78
%26

Triadic Colors of #bd532a

#bd532a #2abd53 #532abd

Analogous Colors of #bd532a

#bd532a #bd9d2a #bd2a4b

Monochromatic Colors of #bd532a

#bd532a

Complementary Color

#bd532a #2a94bd

#bd532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd532a Color CSS Codes

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

#bd532a Text Font Color

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

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


#bd532a Background Color

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

This div background color is #bd532a


#bd532a Border Color

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

This div border color is #bd532a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd532a


Comments

No comments written yet.

Please login to write comment.