#BE7266

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

Shades of Contessa #BE7266

Tints of Contessa #BE7266

Color information

#BE7266 (or 0xBE7266) is unknown color: approx Contessa. HEX triplet: BE, 72 and 66. RGB value is (190,114,102). Sum of RGB (Red+Green+Blue) = 190+114+102=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7266 is #418D99. Grayscale: #878787. Windows color (decimal): -4296090 or 6714046. OLE color: 6714046.

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

Color convert

RGB190114102-
CMYK00.400.460.25
HSL8.18º40.37%57.25%-
HSV(B)8.18º46.32%74.51%-
XYZ29.6523.9415.63-
YUV135.36109.18166.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=46.80%
G=28.08%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011410200.400.460.258.1840.3757.25
HexBE72660282E1982839
Octal2761621460505631105071
Binary10111110111001011001100101000101110110011000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7266; }

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

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

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

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

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

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

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

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