#BF6240

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

Shades of Ecstasy #BF6240

Tints of Ecstasy #BF6240

Color information

#BF6240 (or 0xBF6240) is unknown color: approx Ecstasy. HEX triplet: BF, 62 and 40. RGB value is (191,98,64). Sum of RGB (Red+Green+Blue) = 191+98+64=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6240 is #409DBF. Grayscale: #7A7A7A. Windows color (decimal): -4234688 or 4219583. OLE color: 4219583.

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

Color convert

RGB1919864-
CMYK00.490.660.25
HSL16.06º49.8%50%-
HSV(B)16.06º66.49%74.9%-
XYZ26.7820.187.33-
YUV121.9395.31177.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=54.11%
G=27.76%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191986400.490.660.2516.0649.850
HexBF62400314219103232
Octal27714210006110231206262
Binary1011111111000101000000011000110000101100110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6240; }

 p { color: rgb(191,98,64); }

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

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

 a { background-color: rgb(191,98,64); }

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

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

 span { border-color: rgb(191,98,64); }

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