#BF7772

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

Shades of Contessa #BF7772

Tints of Contessa #BF7772

Color information

#BF7772 (or 0xBF7772) is unknown color: approx Contessa. HEX triplet: BF, 77 and 72. RGB value is (191,119,114). Sum of RGB (Red+Green+Blue) = 191+119+114=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7772 is #40888D. Grayscale: #8C8C8C. Windows color (decimal): -4229262 or 7501759. OLE color: 7501759.

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

Color convert

RGB191119114-
CMYK00.380.400.25
HSL3.9º37.56%59.8%-
HSV(B)3.9º40.31%74.9%-
XYZ31.1225.4819.2-
YUV139.96113.35164.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=45.05%
G=28.07%
B=26.89%

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
Decimal19111911400.380.400.253.937.5659.8
HexBF777202628194263c
Octal277167162046503144674
Binary1011111111101111110010010011010100011001100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7772; }

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

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

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

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

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

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

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

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