#BD5550

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

Shades of Sunset #BD5550

Tints of Sunset #BD5550

Color information

#BD5550 (or 0xBD5550) is unknown color: approx Sunset. HEX triplet: BD, 55 and 50. RGB value is (189,85,80). Sum of RGB (Red+Green+Blue) = 189+85+80=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5550 is #42AAAF. Grayscale: #737373. Windows color (decimal): -4369072 or 5264829. OLE color: 5264829.

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

Color convert

RGB1898580-
CMYK00.550.580.26
HSL2.75º45.23%52.75%-
HSV(B)2.75º57.67%74.12%-
XYZ25.6817.99.69-
YUV115.53107.96180.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.39%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=53.39%
G=24.01%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189858000.550.580.262.7545.2352.75
HexBD55500373A1A32d35
Octal275125120067723235565
Binary101111011010101101000001101111110101101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5550; }

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

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

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

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

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

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

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

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