#BF6340

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

Shades of Ecstasy #BF6340

Tints of Ecstasy #BF6340

Color information

#BF6340 (or 0xBF6340) is unknown color: approx Ecstasy. HEX triplet: BF, 63 and 40. RGB value is (191,99,64). Sum of RGB (Red+Green+Blue) = 191+99+64=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6340 is #409CBF. Grayscale: #7A7A7A. Windows color (decimal): -4234432 or 4219839. OLE color: 4219839.

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

Color convert

RGB1919964-
CMYK00.480.660.25
HSL16.54º49.8%50%-
HSV(B)16.54º66.49%74.9%-
XYZ26.8720.377.37-
YUV122.5294.98176.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=53.95%
G=27.97%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191996400.480.660.2516.5449.850
HexBF63400304219113232
Octal27714310006010231216262
Binary1011111111000111000000011000010000101100110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6340; }

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

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

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

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

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

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

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

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