#BD504F

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

Shades of Sunset #BD504F

Tints of Sunset #BD504F

Color information

#BD504F (or 0xBD504F) is unknown color: approx Sunset. HEX triplet: BD, 50 and 4F. RGB value is (189,80,79). Sum of RGB (Red+Green+Blue) = 189+80+79=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD504F is #42AFB0. Grayscale: #707070. Windows color (decimal): -4370353 or 5198013. OLE color: 5198013.

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

Color convert

RGB1898079-
CMYK00.580.580.26
HSL0.55º45.45%52.55%-
HSV(B)0.55º58.2%74.12%-
XYZ25.2717.129.37-
YUV112.48109.11182.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=54.31%
G=22.99%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189807900.580.580.260.5545.4552.55
HexBD504F03A3A1A12d35
Octal275120117072723215565
Binary10111101101000010011110111010111010110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD504F; }

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

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

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

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

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

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

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

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