#BE746D

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

Shades of Contessa #BE746D

Tints of Contessa #BE746D

Color information

#BE746D (or 0xBE746D) is unknown color: approx Contessa. HEX triplet: BE, 74 and 6D. RGB value is (190,116,109). Sum of RGB (Red+Green+Blue) = 190+116+109=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE746D is #418B92. Grayscale: #898989. Windows color (decimal): -4295571 or 7173310. OLE color: 7173310.

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

Color convert

RGB190116109-
CMYK00.390.430.25
HSL5.19º38.39%58.63%-
HSV(B)5.19º42.63%74.51%-
XYZ30.2424.5417.61-
YUV137.33112.02165.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=45.78%
G=27.95%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011610900.390.430.255.1938.3958.63
HexBE746D0272B195263b
Octal276164155047533154673
Binary1011111011101001101101010011110101111001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE746D; }

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

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

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

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

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

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

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

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