#BE7569

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

Shades of Contessa #BE7569

Tints of Contessa #BE7569

Color information

#BE7569 (or 0xBE7569) is unknown color: approx Contessa. HEX triplet: BE, 75 and 69. RGB value is (190,117,105). Sum of RGB (Red+Green+Blue) = 190+117+105=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7569 is #418A96. Grayscale: #898989. Windows color (decimal): -4295319 or 6911422. OLE color: 6911422.

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

Color convert

RGB190117105-
CMYK00.380.450.25
HSL8.47º39.53%57.84%-
HSV(B)8.47º44.74%74.51%-
XYZ30.1524.6916.54-
YUV137.46109.68165.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=46.12%
G=28.40%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011710500.380.450.258.4739.5357.84
HexBE75690262D198283a
Octal2761651510465531105072
Binary10111110111010111010010100110101101110011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7569; }

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

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

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

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

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

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

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

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