Color Hex Logo

#bd562d Color Hex

#BD562D
(189,86,45)
0 Favorites   0 Comments

Color spaces of #bd562d

RGB 1898645
HSL0.050.620.46
HSV17°76°74°
CMYK 0.000.540.76   0.26
XYZ24.787717.66394.5856
Yxy17.66390.52700.3755
Hunter Lab42.028431.726722.9510
CIE-Lab49.085938.907242.6332

#bd562d color RGB value is (189,86,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010110 00101101
Octal 275 126 55
Decimal 189 86 45
Hex BD 56 2D

RGB Percentages of Color #bd562d

%59.06
%26.88
%14.06

CMYK Percentages of Color #bd562d

%0
%54
%76
%26

Triadic Colors of #bd562d

#bd562d #2dbd56 #562dbd

Analogous Colors of #bd562d

#bd562d #bd9e2d #bd2d4c

Monochromatic Colors of #bd562d

#bd562d

Complementary Color

#bd562d #2d94bd

#bd562d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd562d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd562d Color CSS Codes

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

#bd562d Text Font Color

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

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


#bd562d Background Color

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

This div background color is #bd562d


#bd562d Border Color

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

This div border color is #bd562d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd562d


Comments

No comments written yet.

Please login to write comment.