#BE6261

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

Shades of Contessa #BE6261

Tints of Contessa #BE6261

Color information

#BE6261 (or 0xBE6261) is unknown color: approx Contessa. HEX triplet: BE, 62 and 61. RGB value is (190,98,97). Sum of RGB (Red+Green+Blue) = 190+98+97=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6261 is #419D9E. Grayscale: #7D7D7D. Windows color (decimal): -4300191 or 6382270. OLE color: 6382270.

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

Color convert

RGB1909897-
CMYK00.480.490.25
HSL0.65º41.7%56.27%-
HSV(B)0.65º48.95%74.51%-
XYZ27.7620.5513.81-
YUV125.39111.98174.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=49.35%
G=25.45%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190989700.480.490.250.6541.756.27
HexBE6261030311912a38
Octal276142141060613115270
Binary10111110110001011000010110000110001110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6261; }

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

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

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

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

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

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

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

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