#BE7265

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

Shades of Contessa #BE7265

Tints of Contessa #BE7265

Color information

#BE7265 (or 0xBE7265) is unknown color: approx Contessa. HEX triplet: BE, 72 and 65. RGB value is (190,114,101). Sum of RGB (Red+Green+Blue) = 190+114+101=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7265 is #418D9A. Grayscale: #878787. Windows color (decimal): -4296091 or 6648510. OLE color: 6648510.

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

Color convert

RGB190114101-
CMYK00.400.470.25
HSL8.76º40.64%57.06%-
HSV(B)8.76º46.84%74.51%-
XYZ29.623.9215.37-
YUV135.24108.68167.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=46.91%
G=28.15%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011410100.400.470.258.7640.6457.06
HexBE72650282F1992939
Octal2761621450505731115171
Binary10111110111001011001010101000101111110011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7265; }

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

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

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

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

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

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

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

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