#BE746E

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

Shades of Contessa #BE746E

Tints of Contessa #BE746E

Color information

#BE746E (or 0xBE746E) is unknown color: approx Contessa. HEX triplet: BE, 74 and 6E. RGB value is (190,116,110). Sum of RGB (Red+Green+Blue) = 190+116+110=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE746E is #418B91. Grayscale: #898989. Windows color (decimal): -4295570 or 7238846. OLE color: 7238846.

HSL color Cylindrical-coordinate representation of color #BE746E: hue angle of 4.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 #BE746E is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB190116110-
CMYK00.390.420.25
HSL4.5º38.1%58.82%-
HSV(B)4.5º42.11%74.51%-
XYZ30.324.5617.9-
YUV137.44112.52165.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=45.67%
G=27.88%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011611000.390.420.254.538.158.82
HexBE746E0272A195263b
Octal276164156047523154673
Binary1011111011101001101110010011110101011001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE746E; }

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

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

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

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

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

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

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

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