#BE6F5C

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

Shades of Contessa #BE6F5C

Tints of Contessa #BE6F5C

Color information

#BE6F5C (or 0xBE6F5C) is unknown color: approx Contessa. HEX triplet: BE, 6F and 5C. RGB value is (190,111,92). Sum of RGB (Red+Green+Blue) = 190+111+92=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F5C is #4190A3. Grayscale: #848484. Windows color (decimal): -4296868 or 6057918. OLE color: 6057918.

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

Color convert

RGB19011192-
CMYK00.420.520.25
HSL11.63º42.98%55.29%-
HSV(B)11.63º51.58%74.51%-
XYZ28.8523.0913.06-
YUV132.45105.17169.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=48.35%
G=28.24%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901119200.420.520.2511.6342.9855.29
HexBE6F5C02A3419c2b37
Octal2761571340526431145367
Binary10111110110111110111000101010110100110011100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F5C; }

 p { color: rgb(190,111,92); }

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

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

 a { background-color: rgb(190,111,92); }

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

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

 span { border-color: rgb(190,111,92); }

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