#BE6361

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

Shades of Contessa #BE6361

Tints of Contessa #BE6361

Color information

#BE6361 (or 0xBE6361) is unknown color: approx Contessa. HEX triplet: BE, 63 and 61. RGB value is (190,99,97). Sum of RGB (Red+Green+Blue) = 190+99+97=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6361 is #419C9E. Grayscale: #7E7E7E. Windows color (decimal): -4299935 or 6382526. OLE color: 6382526.

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

Color convert

RGB1909997-
CMYK00.480.490.25
HSL1.29º41.7%56.27%-
HSV(B)1.29º48.95%74.51%-
XYZ27.8520.7313.84-
YUV125.98111.65173.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=49.22%
G=25.65%
B=25.13%

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
Decimal190999700.480.490.251.2941.756.27
HexBE6361030311912a38
Octal276143141060613115270
Binary10111110110001111000010110000110001110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6361; }

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

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

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

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

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

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

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

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