#BE7563

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

Shades of Contessa #BE7563

Tints of Contessa #BE7563

Color information

#BE7563 (or 0xBE7563) is unknown color: approx Contessa. HEX triplet: BE, 75 and 63. RGB value is (190,117,99). Sum of RGB (Red+Green+Blue) = 190+117+99=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7563 is #418A9C. Grayscale: #888888. Windows color (decimal): -4295325 or 6518206. OLE color: 6518206.

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

Color convert

RGB19011799-
CMYK00.380.480.25
HSL11.87º41.18%56.67%-
HSV(B)11.87º47.89%74.51%-
XYZ29.8524.5714.97-
YUV136.78106.68165.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 99 (39.06% from 255) = 24.38%
R=46.80%
G=28.82%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901179900.380.480.2511.8741.1856.67
HexBE75630263019c2939
Octal2761651430466031145171
Binary10111110111010111000110100110110000110011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7563; }

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

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

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

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

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

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

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

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