#BC6261

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

Shades of Contessa #BC6261

Tints of Contessa #BC6261

Color information

#BC6261 (or 0xBC6261) is unknown color: approx Contessa. HEX triplet: BC, 62 and 61. RGB value is (188,98,97). Sum of RGB (Red+Green+Blue) = 188+98+97=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6261 is #439D9E. Grayscale: #7C7C7C. Windows color (decimal): -4431263 or 6382268. OLE color: 6382268.

HSL color Cylindrical-coordinate representation of color #BC6261: hue angle of 0.66º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6261 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB1889897-
CMYK00.480.480.26
HSL0.66º40.44%55.88%-
HSV(B)0.66º48.4%73.73%-
XYZ27.2620.2913.79-
YUV124.8112.32173.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=49.09%
G=25.59%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188989700.480.480.260.6640.4455.88
HexBC6261030301A12838
Octal274142141060603215070
Binary10111100110001011000010110000110000110101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6261; }

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

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

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

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

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

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

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

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