#BC6962

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

Shades of Contessa #BC6962

Tints of Contessa #BC6962

Color information

#BC6962 (or 0xBC6962) is unknown color: approx Contessa. HEX triplet: BC, 69 and 62. RGB value is (188,105,98). Sum of RGB (Red+Green+Blue) = 188+105+98=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6962 is #43969D. Grayscale: #818181. Windows color (decimal): -4429470 or 6449596. OLE color: 6449596.

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

Color convert

RGB18810598-
CMYK00.440.480.26
HSL4.67º40.18%56.08%-
HSV(B)4.67º47.87%73.73%-
XYZ2821.6814.26-
YUV129.02110.5170.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 98 (38.67% from 255) = 25.06%
R=48.08%
G=26.85%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881059800.440.480.264.6740.1856.08
HexBC696202C301A52838
Octal274151142054603255070
Binary1011110011010011100010010110011000011010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6962; }

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

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

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

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

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

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

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

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