#BE6865

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

Shades of Contessa #BE6865

Tints of Contessa #BE6865

Color information

#BE6865 (or 0xBE6865) is unknown color: approx Contessa. HEX triplet: BE, 68 and 65. RGB value is (190,104,101). Sum of RGB (Red+Green+Blue) = 190+104+101=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6865 is #41979A. Grayscale: #818181. Windows color (decimal): -4298651 or 6645950. OLE color: 6645950.

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

Color convert

RGB190104101-
CMYK00.450.470.25
HSL2.02º40.64%57.06%-
HSV(B)2.02º46.84%74.51%-
XYZ28.5321.7915.01-
YUV129.37111.99171.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=48.10%
G=26.33%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010410100.450.470.252.0240.6457.06
HexBE686502D2F1922939
Octal276150145055573125171
Binary101111101101000110010101011011011111100110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6865; }

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

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

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

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

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

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

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

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