Color Hex Logo

#bd564a Color Hex

#BD564A
(189,86,74)
0 Favorites   0 Comments

Color spaces of #bd564a

RGB 1898674
HSL0.020.470.52
HSV61°74°
CMYK 0.000.540.61   0.26
XYZ25.550117.96888.6003
Yxy17.96880.49020.3448
Hunter Lab42.389633.408017.6436
CIE-Lab49.458240.544327.0471

#bd564a color RGB value is (189,86,74).

#bd564a hex color red value is 189, green value is 86 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bd564a hue: 0.02 , saturation: 0.47 and the lightness value of bd564a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010110 01001010
Octal 275 126 112
Decimal 189 86 74
Hex BD 56 4A

RGB Percentages of Color #bd564a

%54.15
%24.64
%21.20

CMYK Percentages of Color #bd564a

%0
%54
%61
%26

Triadic Colors of #bd564a

#bd564a #4abd56 #564abd

Analogous Colors of #bd564a

#bd564a #bd904a #bd4a78

Monochromatic Colors of #bd564a

#bd564a

Complementary Color

#bd564a #4ab1bd

#bd564a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd564a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd564a Color CSS Codes

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

#bd564a Text Font Color

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

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


#bd564a Background Color

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

This div background color is #bd564a


#bd564a Border Color

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

This div border color is #bd564a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd564a


Comments

No comments written yet.

Please login to write comment.