#BF5250

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

Shades of Sunset #BF5250

Tints of Sunset #BF5250

Color information

#BF5250 (or 0xBF5250) is unknown color: approx Sunset. HEX triplet: BF, 52 and 50. RGB value is (191,82,80). Sum of RGB (Red+Green+Blue) = 191+82+80=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5250 is #40ADAF. Grayscale: #727272. Windows color (decimal): -4238768 or 5264063. OLE color: 5264063.

HSL color Cylindrical-coordinate representation of color #BF5250: hue angle of 1.08º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5250 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1918280-
CMYK00.570.580.25
HSL1.08º46.44%53.14%-
HSV(B)1.08º58.12%74.9%-
XYZ25.9517.699.64-
YUV114.36108.61182.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=54.11%
G=23.23%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191828000.570.580.251.0846.4453.14
HexBF52500393A1912e35
Octal277122120071723115665
Binary10111111101001010100000111001111010110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5250; }

 p { color: rgb(191,82,80); }

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

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

 a { background-color: rgb(191,82,80); }

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

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

 span { border-color: rgb(191,82,80); }

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