#BF6E64

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

Shades of Contessa #BF6E64

Tints of Contessa #BF6E64

Color information

#BF6E64 (or 0xBF6E64) is unknown color: approx Contessa. HEX triplet: BF, 6E and 64. RGB value is (191,110,100). Sum of RGB (Red+Green+Blue) = 191+110+100=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E64 is #40919B. Grayscale: #858585. Windows color (decimal): -4231580 or 6581951. OLE color: 6581951.

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

Color convert

RGB191110100-
CMYK00.420.480.25
HSL6.59º41.55%57.06%-
HSV(B)6.59º47.64%74.9%-
XYZ29.3623.1514.98-
YUV133.08109.34169.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=47.63%
G=27.43%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111010000.420.480.256.5941.5557.06
HexBF6E6402A301972a39
Octal277156144052603175271
Binary1011111111011101100100010101011000011001111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E64; }

 p { color: rgb(191,110,100); }

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

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

 a { background-color: rgb(191,110,100); }

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

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

 span { border-color: rgb(191,110,100); }

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