#BF7A72

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

Shades of Contessa #BF7A72

Tints of Contessa #BF7A72

Color information

#BF7A72 (or 0xBF7A72) is unknown color: approx Contessa. HEX triplet: BF, 7A and 72. RGB value is (191,122,114). Sum of RGB (Red+Green+Blue) = 191+122+114=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A72 is #40858D. Grayscale: #8D8D8D. Windows color (decimal): -4228494 or 7502527. OLE color: 7502527.

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

Color convert

RGB191122114-
CMYK00.360.400.25
HSL6.23º37.56%59.8%-
HSV(B)6.23º40.31%74.9%-
XYZ31.4826.2119.32-
YUV141.72112.36163.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=44.73%
G=28.57%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112211400.360.400.256.2337.5659.8
HexBF7A7202428196263c
Octal277172162044503164674
Binary1011111111110101110010010010010100011001110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A72; }

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

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

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

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

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

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

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

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