#BD514E

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

Shades of Sunset #BD514E

Tints of Sunset #BD514E

Color information

#BD514E (or 0xBD514E) is unknown color: approx Sunset. HEX triplet: BD, 51 and 4E. RGB value is (189,81,78). Sum of RGB (Red+Green+Blue) = 189+81+78=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD514E is #42AEB1. Grayscale: #717171. Windows color (decimal): -4370098 or 5132733. OLE color: 5132733.

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

Color convert

RGB1898178-
CMYK00.570.590.26
HSL1.62º45.68%52.35%-
HSV(B)1.62º58.73%74.12%-
XYZ25.317.259.2-
YUV112.95108.28182.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=54.31%
G=23.28%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189817800.570.590.261.6245.6852.35
HexBD514E0393B1A22e34
Octal275121116071733225664
Binary101111011010001100111001110011110111101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD514E; }

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

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

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

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

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

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

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

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