#BC7975

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

Shades of Contessa #BC7975

Tints of Contessa #BC7975

Color information

#BC7975 (or 0xBC7975) is unknown color: approx Contessa. HEX triplet: BC, 79 and 75. RGB value is (188,121,117). Sum of RGB (Red+Green+Blue) = 188+121+117=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7975 is #43868A. Grayscale: #8C8C8C. Windows color (decimal): -4425355 or 7698876. OLE color: 7698876.

HSL color Cylindrical-coordinate representation of color #BC7975: hue angle of 3.38º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7975 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188121117-
CMYK00.360.380.26
HSL3.38º34.63%59.8%-
HSV(B)3.38º37.77%73.73%-
XYZ30.7925.6520.16-
YUV140.58114.7161.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=44.13%
G=28.40%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812111700.360.380.263.3834.6359.8
HexBC7975024261A3233c
Octal274171165044463234374
Binary101111001111001111010101001001001101101011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7975; }

 p { color: rgb(188,121,117); }

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

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

 a { background-color: rgb(188,121,117); }

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

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

 span { border-color: rgb(188,121,117); }

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