#BE786E

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

Shades of Contessa #BE786E

Tints of Contessa #BE786E

Color information

#BE786E (or 0xBE786E) is unknown color: approx Contessa. HEX triplet: BE, 78 and 6E. RGB value is (190,120,110). Sum of RGB (Red+Green+Blue) = 190+120+110=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE786E is #418791. Grayscale: #8B8B8B. Windows color (decimal): -4294546 or 7239870. OLE color: 7239870.

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

Color convert

RGB190120110-
CMYK00.370.420.25
HSL7.5º38.1%58.82%-
HSV(B)7.5º42.11%74.51%-
XYZ30.7725.5118.05-
YUV139.79111.19163.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=45.24%
G=28.57%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012011000.370.420.257.538.158.82
HexBE786E0252A198263b
Octal2761701560455231104673
Binary10111110111100011011100100101101010110011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE786E; }

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

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

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

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

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

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

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

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