#BE7463

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

Shades of Contessa #BE7463

Tints of Contessa #BE7463

Color information

#BE7463 (or 0xBE7463) is unknown color: approx Contessa. HEX triplet: BE, 74 and 63. RGB value is (190,116,99). Sum of RGB (Red+Green+Blue) = 190+116+99=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7463 is #418B9C. Grayscale: #888888. Windows color (decimal): -4295581 or 6517950. OLE color: 6517950.

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

Color convert

RGB19011699-
CMYK00.390.480.25
HSL11.21º41.18%56.67%-
HSV(B)11.21º47.89%74.51%-
XYZ29.7324.3414.94-
YUV136.19107.02166.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=46.91%
G=28.64%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901169900.390.480.2511.2141.1856.67
HexBE74630273019b2939
Octal2761641430476031135171
Binary10111110111010011000110100111110000110011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7463; }

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

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

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

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

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

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

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

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