#BD564F

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

Shades of Sunset #BD564F

Tints of Sunset #BD564F

Color information

#BD564F (or 0xBD564F) is unknown color: approx Sunset. HEX triplet: BD, 56 and 4F. RGB value is (189,86,79). Sum of RGB (Red+Green+Blue) = 189+86+79=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD564F is #42A9B0. Grayscale: #747474. Windows color (decimal): -4368817 or 5199549. OLE color: 5199549.

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

Color convert

RGB1898679-
CMYK00.540.580.26
HSL3.82º45.45%52.55%-
HSV(B)3.82º58.2%74.12%-
XYZ25.7318.049.52-
YUV116107.12180.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.39%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 79 (31.25% from 255) = 22.32%
R=53.39%
G=24.29%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189867900.540.580.263.8245.4552.55
HexBD564F0363A1A42d35
Octal275126117066723245565
Binary1011110110101101001111011011011101011010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD564F; }

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

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

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

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

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

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

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

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