#BE7C66

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

Shades of Contessa #BE7C66

Tints of Contessa #BE7C66

Color information

#BE7C66 (or 0xBE7C66) is unknown color: approx Contessa. HEX triplet: BE, 7C and 66. RGB value is (190,124,102). Sum of RGB (Red+Green+Blue) = 190+124+102=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C66 is #418399. Grayscale: #8D8D8D. Windows color (decimal): -4293530 or 6716606. OLE color: 6716606.

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

Color convert

RGB190124102-
CMYK00.350.460.25
HSL15º40.37%57.25%-
HSV(B)15º46.32%74.51%-
XYZ30.8426.3216.03-
YUV141.23105.87162.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=45.67%
G=29.81%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012410200.350.460.251540.3757.25
HexBE7C660232E19f2839
Octal2761741460435631175071
Binary10111110111110011001100100011101110110011111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C66; }

 p { color: rgb(190,124,102); }

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

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

 a { background-color: rgb(190,124,102); }

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

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

 span { border-color: rgb(190,124,102); }

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