#BC7B69

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

Shades of Contessa #BC7B69

Tints of Contessa #BC7B69

Color information

#BC7B69 (or 0xBC7B69) is unknown color: approx Contessa. HEX triplet: BC, 7B and 69. RGB value is (188,123,105). Sum of RGB (Red+Green+Blue) = 188+123+105=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B69 is #438496. Grayscale: #8C8C8C. Windows color (decimal): -4424855 or 6912956. OLE color: 6912956.

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

Color convert

RGB188123105-
CMYK00.350.440.26
HSL13.01º38.25%57.45%-
HSV(B)13.01º44.15%73.73%-
XYZ30.3725.8816.76-
YUV140.38108.03161.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 123 (48.44% from 255) = 29.57%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=45.19%
G=29.57%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812310500.350.440.2613.0138.2557.45
HexBC7B690232C1Ad2639
Octal2741731510435432154671
Binary10111100111101111010010100011101100110101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7B69; }

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

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

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

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

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

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

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

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