#BE7A64

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

Shades of Contessa #BE7A64

Tints of Contessa #BE7A64

Color information

#BE7A64 (or 0xBE7A64) is unknown color: approx Contessa. HEX triplet: BE, 7A and 64. RGB value is (190,122,100). Sum of RGB (Red+Green+Blue) = 190+122+100=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A64 is #41859B. Grayscale: #8B8B8B. Windows color (decimal): -4294044 or 6585022. OLE color: 6585022.

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

Color convert

RGB190122100-
CMYK00.360.470.25
HSL14.67º40.91%56.86%-
HSV(B)14.67º47.37%74.51%-
XYZ30.4925.7915.43-
YUV139.82105.53163.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 100 (39.45% from 255) = 24.27%
R=46.12%
G=29.61%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012210000.360.470.2514.6740.9156.86
HexBE7A640242F19f2939
Octal2761721440445731175171
Binary10111110111101011001000100100101111110011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A64; }

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

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

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

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

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

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

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

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