#BE7777

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

Shades of Contessa #BE7777

Tints of Contessa #BE7777

Color information

#BE7777 (or 0xBE7777) is unknown color: approx Contessa. HEX triplet: BE, 77 and 77. RGB value is (190,119,119). Sum of RGB (Red+Green+Blue) = 190+119+119=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7777 is #418888. Grayscale: #8C8C8C. Windows color (decimal): -4294793 or 7829438. OLE color: 7829438.

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

Color convert

RGB190119119-
CMYK00.370.370.25
HSL35.32%60.59%-
HSV(B)37.37%74.51%-
XYZ31.1625.4720.73-
YUV140.23116.02163.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 119 (46.88% from 255) = 27.80%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=44.39%
G=27.80%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011911900.370.370.25035.3260.59
HexBE777702525190233d
Octal276167167045453104375
Binary10111110111011111101110100101100101110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7777; }

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

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

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

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

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

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

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

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