#BE7068

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

Shades of Contessa #BE7068

Tints of Contessa #BE7068

Color information

#BE7068 (or 0xBE7068) is unknown color: approx Contessa. HEX triplet: BE, 70 and 68. RGB value is (190,112,104). Sum of RGB (Red+Green+Blue) = 190+112+104=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7068 is #418F97. Grayscale: #868686. Windows color (decimal): -4296600 or 6844606. OLE color: 6844606.

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

Color convert

RGB190112104-
CMYK00.410.450.25
HSL5.58º39.81%57.65%-
HSV(B)5.58º45.26%74.51%-
XYZ29.5323.5316.08-
YUV134.41110.84167.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=46.80%
G=27.59%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011210400.410.450.255.5839.8157.65
HexBE70680292D196283a
Octal276160150051553165072
Binary1011111011100001101000010100110110111001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7068; }

 p { color: rgb(190,112,104); }

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

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

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

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

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

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

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