#BE7C69

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

Shades of Contessa #BE7C69

Tints of Contessa #BE7C69

Color information

#BE7C69 (or 0xBE7C69) is unknown color: approx Contessa. HEX triplet: BE, 7C and 69. RGB value is (190,124,105). Sum of RGB (Red+Green+Blue) = 190+124+105=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C69 is #418396. Grayscale: #8D8D8D. Windows color (decimal): -4293527 or 6913214. OLE color: 6913214.

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

Color convert

RGB190124105-
CMYK00.350.450.25
HSL13.41º39.53%57.84%-
HSV(B)13.41º44.74%74.51%-
XYZ30.9926.3816.82-
YUV141.57107.37162.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=45.35%
G=29.59%
B=25.06%

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
Decimal19012410500.350.450.2513.4139.5357.84
HexBE7C690232D19d283a
Octal2761741510435531155072
Binary10111110111110011010010100011101101110011101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C69; }

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

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

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

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

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

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

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

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