#BE685D

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

Shades of Contessa #BE685D

Tints of Contessa #BE685D

Color information

#BE685D (or 0xBE685D) is unknown color: approx Contessa. HEX triplet: BE, 68 and 5D. RGB value is (190,104,93). Sum of RGB (Red+Green+Blue) = 190+104+93=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE685D is #4197A2. Grayscale: #808080. Windows color (decimal): -4298659 or 6121662. OLE color: 6121662.

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

Color convert

RGB19010493-
CMYK00.450.510.25
HSL6.8º42.73%55.49%-
HSV(B)6.8º51.05%74.51%-
XYZ28.1621.6413.05-
YUV128.46107.99171.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=49.10%
G=26.87%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901049300.450.510.256.842.7355.49
HexBE685D02D331972b37
Octal276150135055633175367
Binary1011111011010001011101010110111001111001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE685D; }

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

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

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

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

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

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

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

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