#BD4F49

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

Shades of Sunset #BD4F49

Tints of Sunset #BD4F49

Color information

#BD4F49 (or 0xBD4F49) is unknown color: approx Sunset. HEX triplet: BD, 4F and 49. RGB value is (189,79,73). Sum of RGB (Red+Green+Blue) = 189+79+73=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4F49 is #42B0B6. Grayscale: #6F6F6F. Windows color (decimal): -4370615 or 4804541. OLE color: 4804541.

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

Color convert

RGB1897973-
CMYK00.580.610.26
HSL3.1º46.77%51.37%-
HSV(B)3.1º61.38%74.12%-
XYZ24.9816.898.25-
YUV111.21106.44183.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=55.43%
G=23.17%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189797300.580.610.263.146.7751.37
HexBD4F4903A3D1A32f33
Octal275117111072753235763
Binary101111011001111100100101110101111011101011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F49; }

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

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

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

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

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

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

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

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