#BE7364

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

Shades of Contessa #BE7364

Tints of Contessa #BE7364

Color information

#BE7364 (or 0xBE7364) is unknown color: approx Contessa. HEX triplet: BE, 73 and 64. RGB value is (190,115,100). Sum of RGB (Red+Green+Blue) = 190+115+100=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7364 is #418C9B. Grayscale: #878787. Windows color (decimal): -4295836 or 6583230. OLE color: 6583230.

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

Color convert

RGB190115100-
CMYK00.390.470.25
HSL10º40.91%56.86%-
HSV(B)10º47.37%74.51%-
XYZ29.6724.1315.15-
YUV135.72107.85166.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=46.91%
G=28.40%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011510000.390.470.251040.9156.86
HexBE73640272F19a2939
Octal2761631440475731125171
Binary10111110111001111001000100111101111110011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7364; }

 p { color: rgb(190,115,100); }

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

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

 a { background-color: rgb(190,115,100); }

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

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

 span { border-color: rgb(190,115,100); }

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