#BD5347

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

Shades of Sunset #BD5347

Tints of Sunset #BD5347

Color information

#BD5347 (or 0xBD5347) is unknown color: approx Sunset. HEX triplet: BD, 53 and 47. RGB value is (189,83,71). Sum of RGB (Red+Green+Blue) = 189+83+71=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5347 is #42ACB8. Grayscale: #717171. Windows color (decimal): -4369593 or 4674493. OLE color: 4674493.

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

Color convert

RGB1898371-
CMYK00.560.620.26
HSL6.1º47.2%50.98%-
HSV(B)6.1º62.43%74.12%-
XYZ25.2217.468-
YUV113.33104.12181.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 71 (28.12% from 255) = 20.70%
R=55.10%
G=24.20%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189837100.560.620.266.147.250.98
HexBD53470383E1A62f33
Octal275123107070763265763
Binary1011110110100111000111011100011111011010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5347; }

 p { color: rgb(189,83,71); }

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

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

 a { background-color: rgb(189,83,71); }

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

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

 span { border-color: rgb(189,83,71); }

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