#BF7069

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

Shades of Contessa #BF7069

Tints of Contessa #BF7069

Color information

#BF7069 (or 0xBF7069) is unknown color: approx Contessa. HEX triplet: BF, 70 and 69. RGB value is (191,112,105). Sum of RGB (Red+Green+Blue) = 191+112+105=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7069 is #408F96. Grayscale: #868686. Windows color (decimal): -4231063 or 6910143. OLE color: 6910143.

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

Color convert

RGB191112105-
CMYK00.410.450.25
HSL4.88º40.19%58.04%-
HSV(B)4.88º45.03%74.9%-
XYZ29.8323.6816.36-
YUV134.82111.17168.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=46.81%
G=27.45%
B=25.74%

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
Decimal19111210500.410.450.254.8840.1958.04
HexBF70690292D195283a
Octal277160151051553155072
Binary1011111111100001101001010100110110111001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7069; }

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

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

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

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

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

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

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

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