#BD5146

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

Shades of Sunset #BD5146

Tints of Sunset #BD5146

Color information

#BD5146 (or 0xBD5146) is unknown color: approx Sunset. HEX triplet: BD, 51 and 46. RGB value is (189,81,70). Sum of RGB (Red+Green+Blue) = 189+81+70=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5146 is #42AEB9. Grayscale: #707070. Windows color (decimal): -4370106 or 4608445. OLE color: 4608445.

HSL color Cylindrical-coordinate representation of color #BD5146: hue angle of 5.55º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5146 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1898170-
CMYK00.570.630.26
HSL5.55º47.41%50.78%-
HSV(B)5.55º62.96%74.12%-
XYZ25.0317.157.78-
YUV112.04104.28182.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.59%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 70 (27.73% from 255) = 20.59%
R=55.59%
G=23.82%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189817000.570.630.265.5547.4150.78
HexBD51460393F1A62f33
Octal275121106071773265763
Binary1011110110100011000110011100111111111010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5146; }

 p { color: rgb(189,81,70); }

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

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

 a { background-color: rgb(189,81,70); }

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

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

 span { border-color: rgb(189,81,70); }

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