#BF6E6A

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

Shades of Contessa #BF6E6A

Tints of Contessa #BF6E6A

Color information

#BF6E6A (or 0xBF6E6A) is unknown color: approx Contessa. HEX triplet: BF, 6E and 6A. RGB value is (191,110,106). Sum of RGB (Red+Green+Blue) = 191+110+106=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E6A is #409195. Grayscale: #858585. Windows color (decimal): -4231574 or 6975167. OLE color: 6975167.

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

Color convert

RGB191110106-
CMYK00.420.450.25
HSL2.82º39.91%58.24%-
HSV(B)2.82º44.5%74.9%-
XYZ29.6623.2716.56-
YUV133.76112.34168.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=46.93%
G=27.03%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111010600.420.450.252.8239.9158.24
HexBF6E6A02A2D193283a
Octal277156152052553135072
Binary101111111101110110101001010101011011100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E6A; }

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

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

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

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

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

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

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

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