#BE6D63

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

Shades of Contessa #BE6D63

Tints of Contessa #BE6D63

Color information

#BE6D63 (or 0xBE6D63) is unknown color: approx Contessa. HEX triplet: BE, 6D and 63. RGB value is (190,109,99). Sum of RGB (Red+Green+Blue) = 190+109+99=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D63 is #41929C. Grayscale: #848484. Windows color (decimal): -4297373 or 6516158. OLE color: 6516158.

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

Color convert

RGB19010999-
CMYK00.430.480.25
HSL6.59º41.18%56.67%-
HSV(B)6.59º47.89%74.51%-
XYZ28.9622.7914.68-
YUV132.08109.34169.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=47.74%
G=27.39%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901099900.430.480.256.5941.1856.67
HexBE6D6302B301972939
Octal276155143053603175171
Binary1011111011011011100011010101111000011001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D63; }

 p { color: rgb(190,109,99); }

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

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

 a { background-color: rgb(190,109,99); }

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

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

 span { border-color: rgb(190,109,99); }

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