#BD564D

Color #BD564D Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #BD564D

Tints of Sunset #BD564D

Color information

#BD564D (or 0xBD564D) is unknown color: approx Sunset. HEX triplet: BD, 56 and 4D. RGB value is (189,86,77). Sum of RGB (Red+Green+Blue) = 189+86+77=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD564D is #42A9B2. Grayscale: #737373. Windows color (decimal): -4368819 or 5068477. OLE color: 5068477.

HSL color Cylindrical-coordinate representation of color #BD564D: hue angle of 4.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD564D is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB1898677-
CMYK00.540.590.26
HSL4.82º45.9%52.16%-
HSV(B)4.82º59.26%74.12%-
XYZ25.6518.019.15-
YUV115.77106.12180.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 53.69%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=53.69%
G=24.43%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189867700.540.590.264.8245.952.16
HexBD564D0363B1A52e34
Octal275126115066733255664
Binary1011110110101101001101011011011101111010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD564D; }

 p { color: rgb(189,86,77); }

 H1.HeaderClassName
 {
   color: #BD564D;
 }
 .AnyTagClassName
 {
   color: #BD564D;
 }
</style>
background-color css

<style>
 a { background-color: #BD564D; }

 a { background-color: rgb(189,86,77); }

 div.DivClassName
 {
   background-color: #BD564D;
 }
 .BgClassName
 {
   background-color: #BD564D;
 }
</style>
border-color css

<style>
 span { border-color: #BD564D; }

 span { border-color: rgb(189,86,77); }

 td.TdClassName
 {
   border-color: #BD564D;
 }
 .TagClassName
 {
   border-color: #BD564D;
 }
</style>