#BE7B69

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

Shades of Contessa #BE7B69

Tints of Contessa #BE7B69

Color information

#BE7B69 (or 0xBE7B69) is unknown color: approx Contessa. HEX triplet: BE, 7B and 69. RGB value is (190,123,105). Sum of RGB (Red+Green+Blue) = 190+123+105=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B69 is #418496. Grayscale: #8D8D8D. Windows color (decimal): -4293783 or 6912958. OLE color: 6912958.

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

Color convert

RGB190123105-
CMYK00.350.450.25
HSL12.71º39.53%57.84%-
HSV(B)12.71º44.74%74.51%-
XYZ30.8726.1316.78-
YUV140.98107.7162.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=45.45%
G=29.43%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012310500.350.450.2512.7139.5357.84
HexBE7B690232D19d283a
Octal2761731510435531155072
Binary10111110111101111010010100011101101110011101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B69; }

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

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

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

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

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

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

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

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