#BE6A65

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

Shades of Contessa #BE6A65

Tints of Contessa #BE6A65

Color information

#BE6A65 (or 0xBE6A65) is unknown color: approx Contessa. HEX triplet: BE, 6A and 65. RGB value is (190,106,101). Sum of RGB (Red+Green+Blue) = 190+106+101=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A65 is #41959A. Grayscale: #828282. Windows color (decimal): -4298139 or 6646462. OLE color: 6646462.

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

Color convert

RGB190106101-
CMYK00.440.470.25
HSL3.37º40.64%57.06%-
HSV(B)3.37º46.84%74.51%-
XYZ28.7422.1915.08-
YUV130.55111.33170.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 101 (39.84% from 255) = 25.44%
R=47.86%
G=26.70%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010610100.440.470.253.3740.6457.06
HexBE6A6502C2F1932939
Octal276152145054573135171
Binary101111101101010110010101011001011111100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A65; }

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

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

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

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

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

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

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

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