#BF5242

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

Shades of Sunset #BF5242

Tints of Sunset #BF5242

Color information

#BF5242 (or 0xBF5242) is unknown color: approx Sunset. HEX triplet: BF, 52 and 42. RGB value is (191,82,66). Sum of RGB (Red+Green+Blue) = 191+82+66=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5242 is #40ADBD. Grayscale: #707070. Windows color (decimal): -4238782 or 4346559. OLE color: 4346559.

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

Color convert

RGB1918266-
CMYK00.570.650.25
HSL7.68º49.41%50.39%-
HSV(B)7.68º65.45%74.9%-
XYZ25.4917.57.19-
YUV112.77101.61183.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 66 (26.17% from 255) = 19.47%
R=56.34%
G=24.19%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191826600.570.650.257.6849.4150.39
HexBF5242039411983132
Octal27712210207110131106162
Binary101111111010010100001001110011000001110011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5242; }

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

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

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

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

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

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

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

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