#BE7163

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

Shades of Contessa #BE7163

Tints of Contessa #BE7163

Color information

#BE7163 (or 0xBE7163) is unknown color: approx Contessa. HEX triplet: BE, 71 and 63. RGB value is (190,113,99). Sum of RGB (Red+Green+Blue) = 190+113+99=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7163 is #418E9C. Grayscale: #868686. Windows color (decimal): -4296349 or 6517182. OLE color: 6517182.

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

Color convert

RGB19011399-
CMYK00.410.480.25
HSL9.23º41.18%56.67%-
HSV(B)9.23º47.89%74.51%-
XYZ29.3923.6614.82-
YUV134.43108.01167.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 99 (39.06% from 255) = 24.63%
R=47.26%
G=28.11%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901139900.410.480.259.2341.1856.67
HexBE7163029301992939
Octal2761611430516031115171
Binary10111110111000111000110101001110000110011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7163; }

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

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

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

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

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

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

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

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