#BE7269

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

Shades of Contessa #BE7269

Tints of Contessa #BE7269

Color information

#BE7269 (or 0xBE7269) is unknown color: approx Contessa. HEX triplet: BE, 72 and 69. RGB value is (190,114,105). Sum of RGB (Red+Green+Blue) = 190+114+105=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7269 is #418D96. Grayscale: #878787. Windows color (decimal): -4296087 or 6910654. OLE color: 6910654.

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

Color convert

RGB190114105-
CMYK00.400.450.25
HSL6.35º39.53%57.84%-
HSV(B)6.35º44.74%74.51%-
XYZ29.82416.43-
YUV135.7110.68166.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=46.45%
G=27.87%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011410500.400.450.256.3539.5357.84
HexBE72690282D196283a
Octal276162151050553165072
Binary1011111011100101101001010100010110111001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7269; }

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

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

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

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

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

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

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

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