#BE7774

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

Shades of Contessa #BE7774

Tints of Contessa #BE7774

Color information

#BE7774 (or 0xBE7774) is unknown color: approx Contessa. HEX triplet: BE, 77 and 74. RGB value is (190,119,116). Sum of RGB (Red+Green+Blue) = 190+119+116=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7774 is #41888B. Grayscale: #8B8B8B. Windows color (decimal): -4294796 or 7632830. OLE color: 7632830.

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

Color convert

RGB190119116-
CMYK00.370.390.25
HSL2.43º36.27%60%-
HSV(B)2.43º38.95%74.51%-
XYZ30.9825.419.79-
YUV139.89114.52163.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=44.71%
G=28%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011911600.370.390.252.4336.2760
HexBE777402527192243c
Octal276167164045473124474
Binary101111101110111111010001001011001111100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7774; }

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

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

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

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

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

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

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

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