#BC7B6C

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

Shades of Contessa #BC7B6C

Tints of Contessa #BC7B6C

Color information

#BC7B6C (or 0xBC7B6C) is unknown color: approx Contessa. HEX triplet: BC, 7B and 6C. RGB value is (188,123,108). Sum of RGB (Red+Green+Blue) = 188+123+108=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B6C is #438493. Grayscale: #8C8C8C. Windows color (decimal): -4424852 or 7109564. OLE color: 7109564.

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

Color convert

RGB188123108-
CMYK00.350.430.26
HSL11.25º37.38%58.04%-
HSV(B)11.25º42.55%73.73%-
XYZ30.5325.9417.59-
YUV140.72109.53161.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=44.87%
G=29.36%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812310800.350.430.2611.2537.3858.04
HexBC7B6C0232B1Ab253a
Octal2741731540435332134572
Binary10111100111101111011000100011101011110101011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7B6C; }

 p { color: rgb(188,123,108); }

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

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

 a { background-color: rgb(188,123,108); }

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

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

 span { border-color: rgb(188,123,108); }

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