#BF663F

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

Shades of Ecstasy #BF663F

Tints of Ecstasy #BF663F

Color information

#BF663F (or 0xBF663F) is unknown color: approx Ecstasy. HEX triplet: BF, 66 and 3F. RGB value is (191,102,63). Sum of RGB (Red+Green+Blue) = 191+102+63=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF663F is #4099C0. Grayscale: #7C7C7C. Windows color (decimal): -4233665 or 4155071. OLE color: 4155071.

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

Color convert

RGB19110263-
CMYK00.470.670.25
HSL18.28º50.39%49.8%-
HSV(B)18.28º67.02%74.9%-
XYZ27.1320.947.31-
YUV124.1693.49175.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 63 (25% from 255) = 17.70%
R=53.65%
G=28.65%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911026300.470.670.2518.2850.3949.8
HexBF663F02F4319123232
Octal2771467705710331226262
Binary101111111100110111111010111110000111100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF663F; }

 p { color: rgb(191,102,63); }

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

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

 a { background-color: rgb(191,102,63); }

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

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

 span { border-color: rgb(191,102,63); }

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