#BF6840

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

Shades of Ecstasy #BF6840

Tints of Ecstasy #BF6840

Color information

#BF6840 (or 0xBF6840) is unknown color: approx Ecstasy. HEX triplet: BF, 68 and 40. RGB value is (191,104,64). Sum of RGB (Red+Green+Blue) = 191+104+64=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6840 is #4097BF. Grayscale: #7D7D7D. Windows color (decimal): -4233152 or 4221119. OLE color: 4221119.

HSL color Cylindrical-coordinate representation of color #BF6840: hue angle of 18.9º 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 #BF6840 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19110464-
CMYK00.460.660.25
HSL18.9º49.8%50%-
HSV(B)18.9º66.49%74.9%-
XYZ27.3621.357.53-
YUV125.4593.32174.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=53.20%
G=28.97%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911046400.460.660.2518.949.850
HexBF684002E4219133232
Octal27715010005610231236262
Binary1011111111010001000000010111010000101100110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6840; }

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

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

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

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

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

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

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

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