#BE7772

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

Shades of Contessa #BE7772

Tints of Contessa #BE7772

Color information

#BE7772 (or 0xBE7772) is unknown color: approx Contessa. HEX triplet: BE, 77 and 72. RGB value is (190,119,114). Sum of RGB (Red+Green+Blue) = 190+119+114=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7772 is #41888D. Grayscale: #8B8B8B. Windows color (decimal): -4294798 or 7501758. OLE color: 7501758.

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

Color convert

RGB190119114-
CMYK00.370.400.25
HSL3.95º36.89%59.61%-
HSV(B)3.95º40%74.51%-
XYZ30.8725.3619.19-
YUV139.66113.52163.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=44.92%
G=28.13%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011911400.370.400.253.9536.8959.61
HexBE777202528194253c
Octal276167162045503144574
Binary1011111011101111110010010010110100011001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7772; }

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

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

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

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

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

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

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

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