#BF6742

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

Shades of Ecstasy #BF6742

Tints of Ecstasy #BF6742

Color information

#BF6742 (or 0xBF6742) is unknown color: approx Ecstasy. HEX triplet: BF, 67 and 42. RGB value is (191,103,66). Sum of RGB (Red+Green+Blue) = 191+103+66=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6742 is #4098BD. Grayscale: #7D7D7D. Windows color (decimal): -4233406 or 4351935. OLE color: 4351935.

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

Color convert

RGB19110366-
CMYK00.460.650.25
HSL17.76º49.41%50.39%-
HSV(B)17.76º65.45%74.9%-
XYZ27.3221.177.8-
YUV125.0994.65175.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=53.06%
G=28.61%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911036600.460.650.2517.7649.4150.39
HexBF674202E4119123132
Octal27714710205610131226162
Binary1011111111001111000010010111010000011100110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6742; }

 p { color: rgb(191,103,66); }

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

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

 a { background-color: rgb(191,103,66); }

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

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

 span { border-color: rgb(191,103,66); }

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