#BE716E

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

Shades of Contessa #BE716E

Tints of Contessa #BE716E

Color information

#BE716E (or 0xBE716E) is unknown color: approx Contessa. HEX triplet: BE, 71 and 6E. RGB value is (190,113,110). Sum of RGB (Red+Green+Blue) = 190+113+110=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE716E is #418E91. Grayscale: #878787. Windows color (decimal): -4296338 or 7238078. OLE color: 7238078.

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

Color convert

RGB190113110-
CMYK00.410.420.25
HSL2.25º38.1%58.82%-
HSV(B)2.25º42.11%74.51%-
XYZ29.9523.8817.78-
YUV135.68113.51166.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=46.00%
G=27.36%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011311000.410.420.252.2538.158.82
HexBE716E0292A192263b
Octal276161156051523124673
Binary101111101110001110111001010011010101100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE716E; }

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

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

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

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

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

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

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

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