#BE6C61

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

Shades of Contessa #BE6C61

Tints of Contessa #BE6C61

Color information

#BE6C61 (or 0xBE6C61) is unknown color: approx Contessa. HEX triplet: BE, 6C and 61. RGB value is (190,108,97). Sum of RGB (Red+Green+Blue) = 190+108+97=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C61 is #41939E. Grayscale: #838383. Windows color (decimal): -4297631 or 6384830. OLE color: 6384830.

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

Color convert

RGB19010897-
CMYK00.430.490.25
HSL7.1º41.7%56.27%-
HSV(B)7.1º48.95%74.51%-
XYZ28.7622.5414.14-
YUV131.26108.67169.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 108 (42.58% from 255) = 27.34%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=48.10%
G=27.34%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901089700.430.490.257.141.756.27
HexBE6C6102B311972a38
Octal276154141053613175270
Binary1011111011011001100001010101111000111001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C61; }

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

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

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

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

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

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

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

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