#BE6D6A

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

Shades of Contessa #BE6D6A

Tints of Contessa #BE6D6A

Color information

#BE6D6A (or 0xBE6D6A) is unknown color: approx Contessa. HEX triplet: BE, 6D and 6A. RGB value is (190,109,106). Sum of RGB (Red+Green+Blue) = 190+109+106=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D6A is #419295. Grayscale: #848484. Windows color (decimal): -4297366 or 6974910. OLE color: 6974910.

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

Color convert

RGB190109106-
CMYK00.430.440.25
HSL2.14º39.25%58.04%-
HSV(B)2.14º44.21%74.51%-
XYZ29.3122.9316.52-
YUV132.88112.84168.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=46.91%
G=26.91%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010910600.430.440.252.1439.2558.04
HexBE6D6A02B2C192273a
Octal276155152053543124772
Binary101111101101101110101001010111011001100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D6A; }

 p { color: rgb(190,109,106); }

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

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

 a { background-color: rgb(190,109,106); }

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

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

 span { border-color: rgb(190,109,106); }

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