#BF653F

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

Shades of Ecstasy #BF653F

Tints of Ecstasy #BF653F

Color information

#BF653F (or 0xBF653F) is unknown color: approx Ecstasy. HEX triplet: BF, 65 and 3F. RGB value is (191,101,63). Sum of RGB (Red+Green+Blue) = 191+101+63=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF653F is #409AC0. Grayscale: #7B7B7B. Windows color (decimal): -4233921 or 4154815. OLE color: 4154815.

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

Color convert

RGB19110163-
CMYK00.470.670.25
HSL17.81º50.39%49.8%-
HSV(B)17.81º67.02%74.9%-
XYZ27.0420.747.28-
YUV123.5893.82176.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 63 (25% from 255) = 17.75%
R=53.80%
G=28.45%
B=17.75%

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
Decimal1911016300.470.670.2517.8150.3949.8
HexBF653F02F4319123232
Octal2771457705710331226262
Binary101111111100101111111010111110000111100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF653F; }

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

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

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

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

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

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

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

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