#BD584F

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

Shades of Sunset #BD584F

Tints of Sunset #BD584F

Color information

#BD584F (or 0xBD584F) is unknown color: approx Sunset. HEX triplet: BD, 58 and 4F. RGB value is (189,88,79). Sum of RGB (Red+Green+Blue) = 189+88+79=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD584F is #42A7B0. Grayscale: #757575. Windows color (decimal): -4368305 or 5200061. OLE color: 5200061.

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

Color convert

RGB1898879-
CMYK00.530.580.26
HSL4.91º45.45%52.55%-
HSV(B)4.91º58.2%74.12%-
XYZ25.8918.369.58-
YUV117.17106.46179.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.09%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=53.09%
G=24.72%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189887900.530.580.264.9145.4552.55
HexBD584F0353A1A52d35
Octal275130117065723255565
Binary1011110110110001001111011010111101011010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD584F; }

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

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

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

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

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

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

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

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