#BC7C69

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

Shades of Contessa #BC7C69

Tints of Contessa #BC7C69

Color information

#BC7C69 (or 0xBC7C69) is unknown color: approx Contessa. HEX triplet: BC, 7C and 69. RGB value is (188,124,105). Sum of RGB (Red+Green+Blue) = 188+124+105=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C69 is #438396. Grayscale: #8D8D8D. Windows color (decimal): -4424599 or 6913212. OLE color: 6913212.

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

Color convert

RGB188124105-
CMYK00.340.440.26
HSL13.73º38.25%57.45%-
HSV(B)13.73º44.15%73.73%-
XYZ30.526.1316.8-
YUV140.97107.7161.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=45.08%
G=29.74%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812410500.340.440.2613.7338.2557.45
HexBC7C690222C1Ae2639
Octal2741741510425432164671
Binary10111100111110011010010100010101100110101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C69; }

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

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

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

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

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

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

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

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