#BE6E67

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

Shades of Contessa #BE6E67

Tints of Contessa #BE6E67

Color information

#BE6E67 (or 0xBE6E67) is unknown color: approx Contessa. HEX triplet: BE, 6E and 67. RGB value is (190,110,103). Sum of RGB (Red+Green+Blue) = 190+110+103=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E67 is #419198. Grayscale: #858585. Windows color (decimal): -4297113 or 6778558. OLE color: 6778558.

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

Color convert

RGB190110103-
CMYK00.420.460.25
HSL4.83º40.09%57.45%-
HSV(B)4.83º45.79%74.51%-
XYZ29.2623.0815.74-
YUV133.12111168.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 103 (40.62% from 255) = 25.56%
R=47.15%
G=27.30%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011010300.420.460.254.8340.0957.45
HexBE6E6702A2E1952839
Octal276156147052563155071
Binary1011111011011101100111010101010111011001101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E67; }

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

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

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

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

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

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

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

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