#BC6968

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

Shades of Contessa #BC6968

Tints of Contessa #BC6968

Color information

#BC6968 (or 0xBC6968) is unknown color: approx Contessa. HEX triplet: BC, 69 and 68. RGB value is (188,105,104). Sum of RGB (Red+Green+Blue) = 188+105+104=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6968 is #439697. Grayscale: #818181. Windows color (decimal): -4429464 or 6842812. OLE color: 6842812.

HSL color Cylindrical-coordinate representation of color #BC6968: hue angle of 0.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6968 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB188105104-
CMYK00.440.450.26
HSL0.71º38.53%57.25%-
HSV(B)0.71º44.68%73.73%-
XYZ28.2921.7915.81-
YUV129.7113.5169.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=47.36%
G=26.45%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810510400.440.450.260.7138.5357.25
HexBC696802C2D1A12739
Octal274151150054553214771
Binary10111100110100111010000101100101101110101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6968; }

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

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

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

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

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

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

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

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