#BF7672

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

Shades of Contessa #BF7672

Tints of Contessa #BF7672

Color information

#BF7672 (or 0xBF7672) is unknown color: approx Contessa. HEX triplet: BF, 76 and 72. RGB value is (191,118,114). Sum of RGB (Red+Green+Blue) = 191+118+114=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7672 is #40898D. Grayscale: #8B8B8B. Windows color (decimal): -4229518 or 7501503. OLE color: 7501503.

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

Color convert

RGB191118114-
CMYK00.380.400.25
HSL3.12º37.56%59.8%-
HSV(B)3.12º40.31%74.9%-
XYZ3125.2519.16-
YUV139.37113.68164.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=45.15%
G=27.90%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111811400.380.400.253.1237.5659.8
HexBF767202628193263c
Octal277166162046503134674
Binary101111111110110111001001001101010001100111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7672; }

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

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

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

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

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

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

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

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