#BE6F6E

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

Shades of Contessa #BE6F6E

Tints of Contessa #BE6F6E

Color information

#BE6F6E (or 0xBE6F6E) is unknown color: approx Contessa. HEX triplet: BE, 6F and 6E. RGB value is (190,111,110). Sum of RGB (Red+Green+Blue) = 190+111+110=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F6E is #419091. Grayscale: #868686. Windows color (decimal): -4296850 or 7237566. OLE color: 7237566.

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

Color convert

RGB190111110-
CMYK00.420.420.25
HSL0.75º38.1%58.82%-
HSV(B)0.75º42.11%74.51%-
XYZ29.7323.4417.71-
YUV134.51114.17167.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=46.23%
G=27.01%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011111000.420.420.250.7538.158.82
HexBE6F6E02A2A191263b
Octal276157156052523114673
Binary10111110110111111011100101010101010110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F6E; }

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

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

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

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

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

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

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

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