#bc7468

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

Shades of Contessa #BC7468

Tints of Contessa #BC7468

Color information

#BC7468 (or 0xBC7468) is unknown color: approx Contessa. HEX triplet: BC, 74 and 68. RGB value is (188,116,104). Sum of RGB (Red+Green+Blue) = 188+116+104=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7468 is #438B97. Grayscale: #888888. Windows color (decimal): -4426648 or 6845628. OLE color: 6845628.

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

Color convert

RGB188116104-
CMYK00.380.450.26
HSL8.57º38.53%57.25%-
HSV(B)8.57º44.68%73.73%-
XYZ29.4824.1816.21-
YUV136.16109.85164.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 104 (41.02% from 255) = 25.49%
R=46.08%
G=28.43%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811610400.380.450.268.5738.5357.25
HexBC74680262D1A92739
Octal2741641500465532114771
Binary10111100111010011010000100110101101110101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7468; }

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

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

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

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

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

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

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

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