#BF633F

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

Shades of Ecstasy #BF633F

Tints of Ecstasy #BF633F

Color information

#BF633F (or 0xBF633F) is unknown color: approx Ecstasy. HEX triplet: BF, 63 and 3F. RGB value is (191,99,63). Sum of RGB (Red+Green+Blue) = 191+99+63=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF633F is #409CC0. Grayscale: #7A7A7A. Windows color (decimal): -4234433 or 4154303. OLE color: 4154303.

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

Color convert

RGB1919963-
CMYK00.480.670.25
HSL16.88º50.39%49.8%-
HSV(B)16.88º67.02%74.9%-
XYZ26.8420.367.22-
YUV122.494.48176.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 63 (25% from 255) = 17.85%
R=54.11%
G=28.05%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191996300.480.670.2516.8850.3949.8
HexBF633F0304319113232
Octal2771437706010331216262
Binary101111111100011111111011000010000111100110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF633F; }

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

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

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

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

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

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

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

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