#BE6C65

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

Shades of Contessa #BE6C65

Tints of Contessa #BE6C65

Color information

#BE6C65 (or 0xBE6C65) is unknown color: approx Contessa. HEX triplet: BE, 6C and 65. RGB value is (190,108,101). Sum of RGB (Red+Green+Blue) = 190+108+101=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C65 is #41939A. Grayscale: #838383. Windows color (decimal): -4297627 or 6646974. OLE color: 6646974.

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

Color convert

RGB190108101-
CMYK00.430.470.25
HSL4.72º40.64%57.06%-
HSV(B)4.72º46.84%74.51%-
XYZ28.9522.6115.15-
YUV131.72110.67169.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=47.62%
G=27.07%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010810100.430.470.254.7240.6457.06
HexBE6C6502B2F1952939
Octal276154145053573155171
Binary1011111011011001100101010101110111111001101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C65; }

 p { color: rgb(190,108,101); }

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

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

 a { background-color: rgb(190,108,101); }

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

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

 span { border-color: rgb(190,108,101); }

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