#BE7568

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

Shades of Contessa #BE7568

Tints of Contessa #BE7568

Color information

#BE7568 (or 0xBE7568) is unknown color: approx Contessa. HEX triplet: BE, 75 and 68. RGB value is (190,117,104). Sum of RGB (Red+Green+Blue) = 190+117+104=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7568 is #418A97. Grayscale: #898989. Windows color (decimal): -4295320 or 6845886. OLE color: 6845886.

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

Color convert

RGB190117104-
CMYK00.380.450.25
HSL9.07º39.81%57.65%-
HSV(B)9.07º45.26%74.51%-
XYZ30.124.6716.27-
YUV137.34109.18165.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=46.23%
G=28.47%
B=25.30%

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
Decimal19011710400.380.450.259.0739.8157.65
HexBE75680262D199283a
Octal2761651500465531115072
Binary10111110111010111010000100110101101110011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7568; }

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

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

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

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

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

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

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

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