#BE7865

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

Shades of Contessa #BE7865

Tints of Contessa #BE7865

Color information

#BE7865 (or 0xBE7865) is unknown color: approx Contessa. HEX triplet: BE, 78 and 65. RGB value is (190,120,101). Sum of RGB (Red+Green+Blue) = 190+120+101=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7865 is #41879A. Grayscale: #8A8A8A. Windows color (decimal): -4294555 or 6650046. OLE color: 6650046.

HSL color Cylindrical-coordinate representation of color #BE7865: hue angle of 12.81º 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 #BE7865 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB190120101-
CMYK00.370.470.25
HSL12.81º40.64%57.06%-
HSV(B)12.81º46.84%74.51%-
XYZ30.325.3215.6-
YUV138.76106.69164.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 120 (47.27% from 255) = 29.20%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=46.23%
G=29.20%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012010100.370.470.2512.8140.6457.06
HexBE78650252F19d2939
Octal2761701450455731155171
Binary10111110111100011001010100101101111110011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7865; }

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

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

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

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

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

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

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

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