#BE7B6E

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

Shades of Contessa #BE7B6E

Tints of Contessa #BE7B6E

Color information

#BE7B6E (or 0xBE7B6E) is unknown color: approx Contessa. HEX triplet: BE, 7B and 6E. RGB value is (190,123,110). Sum of RGB (Red+Green+Blue) = 190+123+110=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B6E is #418491. Grayscale: #8D8D8D. Windows color (decimal): -4293778 or 7240638. OLE color: 7240638.

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

Color convert

RGB190123110-
CMYK00.350.420.25
HSL9.75º38.1%58.82%-
HSV(B)9.75º42.11%74.51%-
XYZ31.1326.2418.18-
YUV141.55110.2162.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=44.92%
G=29.08%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012311000.350.420.259.7538.158.82
HexBE7B6E0232A19a263b
Octal2761731560435231124673
Binary10111110111101111011100100011101010110011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B6E; }

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

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

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

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

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

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

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

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