#BE7162

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

Shades of Contessa #BE7162

Tints of Contessa #BE7162

Color information

#BE7162 (or 0xBE7162) is unknown color: approx Contessa. HEX triplet: BE, 71 and 62. RGB value is (190,113,98). Sum of RGB (Red+Green+Blue) = 190+113+98=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7162 is #418E9D. Grayscale: #868686. Windows color (decimal): -4296350 or 6451646. OLE color: 6451646.

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

Color convert

RGB19011398-
CMYK00.410.480.25
HSL9.78º41.44%56.47%-
HSV(B)9.78º48.42%74.51%-
XYZ29.3423.6414.57-
YUV134.31107.51167.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=47.38%
G=28.18%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901139800.410.480.259.7841.4456.47
HexBE71620293019a2938
Octal2761611420516031125170
Binary10111110111000111000100101001110000110011010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7162; }

 p { color: rgb(190,113,98); }

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

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

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

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

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

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

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