#BF706A

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

Shades of Contessa #BF706A

Tints of Contessa #BF706A

Color information

#BF706A (or 0xBF706A) is unknown color: approx Contessa. HEX triplet: BF, 70 and 6A. RGB value is (191,112,106). Sum of RGB (Red+Green+Blue) = 191+112+106=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF706A is #408F95. Grayscale: #878787. Windows color (decimal): -4231062 or 6975679. OLE color: 6975679.

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

Color convert

RGB191112106-
CMYK00.410.450.25
HSL4.24º39.91%58.24%-
HSV(B)4.24º44.5%74.9%-
XYZ29.8823.7116.64-
YUV134.94111.67167.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=46.70%
G=27.38%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111210600.410.450.254.2439.9158.24
HexBF706A0292D194283a
Octal277160152051553145072
Binary1011111111100001101010010100110110111001100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF706A; }

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

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

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

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

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

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

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

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