#BD514C

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

Shades of Sunset #BD514C

Tints of Sunset #BD514C

Color information

#BD514C (or 0xBD514C) is unknown color: approx Sunset. HEX triplet: BD, 51 and 4C. RGB value is (189,81,76). Sum of RGB (Red+Green+Blue) = 189+81+76=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD514C is #42AEB3. Grayscale: #707070. Windows color (decimal): -4370100 or 5001661. OLE color: 5001661.

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

Color convert

RGB1898176-
CMYK00.570.600.26
HSL2.65º46.12%51.96%-
HSV(B)2.65º59.79%74.12%-
XYZ25.2317.238.83-
YUV112.72107.28182.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.62%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=54.62%
G=23.41%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189817600.570.600.262.6546.1251.96
HexBD514C0393C1A32e34
Octal275121114071743235664
Binary101111011010001100110001110011111001101011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD514C; }

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

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

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

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

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

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

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

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