#BE7065

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

Shades of Contessa #BE7065

Tints of Contessa #BE7065

Color information

#BE7065 (or 0xBE7065) is unknown color: approx Contessa. HEX triplet: BE, 70 and 65. RGB value is (190,112,101). Sum of RGB (Red+Green+Blue) = 190+112+101=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7065 is #418F9A. Grayscale: #868686. Windows color (decimal): -4296603 or 6647998. OLE color: 6647998.

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

Color convert

RGB190112101-
CMYK00.410.470.25
HSL7.42º40.64%57.06%-
HSV(B)7.42º46.84%74.51%-
XYZ29.3823.4815.29-
YUV134.07109.34167.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=47.15%
G=27.79%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011210100.410.470.257.4240.6457.06
HexBE70650292F1972939
Octal276160145051573175171
Binary1011111011100001100101010100110111111001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7065; }

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

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

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

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

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

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

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

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