#BF7670

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

Shades of Contessa #BF7670

Tints of Contessa #BF7670

Color information

#BF7670 (or 0xBF7670) is unknown color: approx Contessa. HEX triplet: BF, 76 and 70. RGB value is (191,118,112). Sum of RGB (Red+Green+Blue) = 191+118+112=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7670 is #40898F. Grayscale: #8B8B8B. Windows color (decimal): -4229520 or 7370431. OLE color: 7370431.

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

Color convert

RGB191118112-
CMYK00.380.410.25
HSL4.56º38.16%59.41%-
HSV(B)4.56º41.36%74.9%-
XYZ30.8925.218.57-
YUV139.14112.68164.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=45.37%
G=28.03%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111811200.380.410.254.5638.1659.41
HexBF767002629195263b
Octal277166160046513154673
Binary1011111111101101110000010011010100111001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7670; }

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

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

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

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

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

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

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

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