#BF6F6A

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

Shades of Contessa #BF6F6A

Tints of Contessa #BF6F6A

Color information

#BF6F6A (or 0xBF6F6A) is unknown color: approx Contessa. HEX triplet: BF, 6F and 6A. RGB value is (191,111,106). Sum of RGB (Red+Green+Blue) = 191+111+106=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F6A is #409095. Grayscale: #868686. Windows color (decimal): -4231318 or 6975423. OLE color: 6975423.

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

Color convert

RGB191111106-
CMYK00.420.450.25
HSL3.53º39.91%58.24%-
HSV(B)3.53º44.5%74.9%-
XYZ29.7723.4916.6-
YUV134.35112168.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=46.81%
G=27.21%
B=25.98%

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
Decimal19111110600.420.450.253.5339.9158.24
HexBF6F6A02A2D194283a
Octal277157152052553145072
Binary1011111111011111101010010101010110111001100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F6A; }

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

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

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

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

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

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

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

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