#BE716C

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

Shades of Contessa #BE716C

Tints of Contessa #BE716C

Color information

#BE716C (or 0xBE716C) is unknown color: approx Contessa. HEX triplet: BE, 71 and 6C. RGB value is (190,113,108). Sum of RGB (Red+Green+Blue) = 190+113+108=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE716C is #418E93. Grayscale: #878787. Windows color (decimal): -4296340 or 7107006. OLE color: 7107006.

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

Color convert

RGB190113108-
CMYK00.410.430.25
HSL3.66º38.68%58.43%-
HSV(B)3.66º43.16%74.51%-
XYZ29.8523.8417.22-
YUV135.45112.51166.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=46.23%
G=27.49%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011310800.410.430.253.6638.6858.43
HexBE716C0292B194273a
Octal276161154051533144772
Binary1011111011100011101100010100110101111001100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE716C; }

 p { color: rgb(190,113,108); }

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

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

 a { background-color: rgb(190,113,108); }

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

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

 span { border-color: rgb(190,113,108); }

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