#BE7869

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

Shades of Contessa #BE7869

Tints of Contessa #BE7869

Color information

#BE7869 (or 0xBE7869) is unknown color: approx Contessa. HEX triplet: BE, 78 and 69. RGB value is (190,120,105). Sum of RGB (Red+Green+Blue) = 190+120+105=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7869 is #418796. Grayscale: #8B8B8B. Windows color (decimal): -4294551 or 6912190. OLE color: 6912190.

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

Color convert

RGB190120105-
CMYK00.370.450.25
HSL10.59º39.53%57.84%-
HSV(B)10.59º44.74%74.51%-
XYZ30.525.416.66-
YUV139.22108.69164.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=45.78%
G=28.92%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012010500.370.450.2510.5939.5357.84
HexBE78690252D19b283a
Octal2761701510455531135072
Binary10111110111100011010010100101101101110011011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7869; }

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

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

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

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

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

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

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

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