#BF706F

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

Shades of Contessa #BF706F

Tints of Contessa #BF706F

Color information

#BF706F (or 0xBF706F) is unknown color: approx Contessa. HEX triplet: BF, 70 and 6F. RGB value is (191,112,111). Sum of RGB (Red+Green+Blue) = 191+112+111=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF706F is #408F90. Grayscale: #878787. Windows color (decimal): -4231057 or 7303359. OLE color: 7303359.

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

Color convert

RGB191112111-
CMYK00.410.420.25
HSL0.75º38.46%59.22%-
HSV(B)0.75º41.88%74.9%-
XYZ30.1523.8118.05-
YUV135.51114.17167.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=46.14%
G=27.05%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111211100.410.420.250.7538.4659.22
HexBF706F0292A191263b
Octal277160157051523114673
Binary10111111111000011011110101001101010110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF706F; }

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

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

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

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

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

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

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

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