#BE6762

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

Shades of Contessa #BE6762

Tints of Contessa #BE6762

Color information

#BE6762 (or 0xBE6762) is unknown color: approx Contessa. HEX triplet: BE, 67 and 62. RGB value is (190,103,98). Sum of RGB (Red+Green+Blue) = 190+103+98=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6762 is #41989D. Grayscale: #808080. Windows color (decimal): -4298910 or 6449086. OLE color: 6449086.

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

Color convert

RGB19010398-
CMYK00.460.480.25
HSL3.26º41.44%56.47%-
HSV(B)3.26º48.42%74.51%-
XYZ28.2921.5314.22-
YUV128.44110.82171.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 98 (38.67% from 255) = 25.06%
R=48.59%
G=26.34%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901039800.460.480.253.2641.4456.47
HexBE676202E301932938
Octal276147142056603135170
Binary101111101100111110001001011101100001100111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6762; }

 p { color: rgb(190,103,98); }

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

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

 a { background-color: rgb(190,103,98); }

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

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

 span { border-color: rgb(190,103,98); }

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