#BF7A73

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

Shades of Contessa #BF7A73

Tints of Contessa #BF7A73

Color information

#BF7A73 (or 0xBF7A73) is unknown color: approx Contessa. HEX triplet: BF, 7A and 73. RGB value is (191,122,115). Sum of RGB (Red+Green+Blue) = 191+122+115=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A73 is #40858C. Grayscale: #8D8D8D. Windows color (decimal): -4228493 or 7568063. OLE color: 7568063.

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

Color convert

RGB191122115-
CMYK00.360.400.25
HSL5.53º37.25%60%-
HSV(B)5.53º39.79%74.9%-
XYZ31.5426.2319.62-
YUV141.83112.86163.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=44.63%
G=28.50%
B=26.87%

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
Decimal19112211500.360.400.255.5337.2560
HexBF7A7302428196253c
Octal277172163044503164574
Binary1011111111110101110011010010010100011001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A73; }

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

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

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

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

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

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

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

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