#BF5648

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

Shades of Sunset #BF5648

Tints of Sunset #BF5648

Color information

#BF5648 (or 0xBF5648) is unknown color: approx Sunset. HEX triplet: BF, 56 and 48. RGB value is (191,86,72). Sum of RGB (Red+Green+Blue) = 191+86+72=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5648 is #40A9B7. Grayscale: #737373. Windows color (decimal): -4237752 or 4740799. OLE color: 4740799.

HSL color Cylindrical-coordinate representation of color #BF5648: hue angle of 7.06º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF5648 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1918672-
CMYK00.550.620.25
HSL7.06º48.18%51.57%-
HSV(B)7.06º62.3%74.9%-
XYZ25.9818.28.27-
YUV115.8103.29181.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=54.73%
G=24.64%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191867200.550.620.257.0648.1851.57
HexBF56480373E1973034
Octal277126110067763176064
Binary1011111110101101001000011011111111011001111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5648; }

 p { color: rgb(191,86,72); }

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

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

 a { background-color: rgb(191,86,72); }

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

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

 span { border-color: rgb(191,86,72); }

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