Color Hex Logo

#bd532d Color Hex

#BD532D
(189,83,45)
0 Favorites   0 Comments

Color spaces of #bd532d

RGB 1898345
HSL0.040.620.46
HSV16°76°74°
CMYK 0.000.560.76   0.26
XYZ24.553217.19484.5075
Yxy17.19480.53080.3717
Hunter Lab41.466633.126822.5817
CIE-Lab48.504640.402442.0282

#bd532d color RGB value is (189,83,45).

#bd532d hex color red value is 189, green value is 83 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bd532d hue: 0.04 , saturation: 0.62 and the lightness value of bd532d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 00101101
Octal 275 123 55
Decimal 189 83 45
Hex BD 53 2D

RGB Percentages of Color #bd532d

%59.62
%26.18
%14.20

CMYK Percentages of Color #bd532d

%0
%56
%76
%26

Triadic Colors of #bd532d

#bd532d #2dbd53 #532dbd

Analogous Colors of #bd532d

#bd532d #bd9b2d #bd2d4f

Monochromatic Colors of #bd532d

#bd532d

Complementary Color

#bd532d #2d97bd

#bd532d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd532d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd532d Color CSS Codes

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

#bd532d Text Font Color

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

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


#bd532d Background Color

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

This div background color is #bd532d


#bd532d Border Color

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

This div border color is #bd532d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,83,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd532d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd532d


Comments

No comments written yet.

Please login to write comment.