#BD574F

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

Shades of Sunset #BD574F

Tints of Sunset #BD574F

Color information

#BD574F (or 0xBD574F) is unknown color: approx Sunset. HEX triplet: BD, 57 and 4F. RGB value is (189,87,79). Sum of RGB (Red+Green+Blue) = 189+87+79=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD574F is #42A8B0. Grayscale: #747474. Windows color (decimal): -4368561 or 5199805. OLE color: 5199805.

HSL color Cylindrical-coordinate representation of color #BD574F: hue angle of 4.36º 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 #BD574F is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB1898779-
CMYK00.540.580.26
HSL4.36º45.45%52.55%-
HSV(B)4.36º58.2%74.12%-
XYZ25.8118.29.55-
YUV116.59106.79179.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.24%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=53.24%
G=24.51%
B=22.25%

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
Decimal189877900.540.580.264.3645.4552.55
HexBD574F0363A1A42d35
Octal275127117066723245565
Binary1011110110101111001111011011011101011010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD574F; }

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

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

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

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

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

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

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

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