#BE7C6C

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

Shades of Contessa #BE7C6C

Tints of Contessa #BE7C6C

Color information

#BE7C6C (or 0xBE7C6C) is unknown color: approx Contessa. HEX triplet: BE, 7C and 6C. RGB value is (190,124,108). Sum of RGB (Red+Green+Blue) = 190+124+108=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C6C is #418393. Grayscale: #8E8E8E. Windows color (decimal): -4293524 or 7109822. OLE color: 7109822.

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

Color convert

RGB190124108-
CMYK00.350.430.25
HSL11.71º38.68%58.43%-
HSV(B)11.71º43.16%74.51%-
XYZ31.1526.4517.65-
YUV141.91108.87162.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=45.02%
G=29.38%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012410800.350.430.2511.7138.6858.43
HexBE7C6C0232B19c273a
Octal2761741540435331144772
Binary10111110111110011011000100011101011110011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C6C; }

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

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

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

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

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

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

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

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