#BE7465

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

Shades of Contessa #BE7465

Tints of Contessa #BE7465

Color information

#BE7465 (or 0xBE7465) is unknown color: approx Contessa. HEX triplet: BE, 74 and 65. RGB value is (190,116,101). Sum of RGB (Red+Green+Blue) = 190+116+101=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7465 is #418B9A. Grayscale: #888888. Windows color (decimal): -4295579 or 6649022. OLE color: 6649022.

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

Color convert

RGB190116101-
CMYK00.390.470.25
HSL10.11º40.64%57.06%-
HSV(B)10.11º46.84%74.51%-
XYZ29.8324.3815.45-
YUV136.42108.02166.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=46.68%
G=28.50%
B=24.82%

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
Decimal19011610100.390.470.2510.1140.6457.06
HexBE74650272F19a2939
Octal2761641450475731125171
Binary10111110111010011001010100111101111110011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7465; }

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

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

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

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

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

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

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

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