#BC6A69

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

Shades of Contessa #BC6A69

Tints of Contessa #BC6A69

Color information

#BC6A69 (or 0xBC6A69) is unknown color: approx Contessa. HEX triplet: BC, 6A and 69. RGB value is (188,106,105). Sum of RGB (Red+Green+Blue) = 188+106+105=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A69 is #439596. Grayscale: #828282. Windows color (decimal): -4429207 or 6908604. OLE color: 6908604.

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

Color convert

RGB188106105-
CMYK00.440.440.26
HSL0.72º38.25%57.45%-
HSV(B)0.72º44.15%73.73%-
XYZ28.4422.0216.12-
YUV130.4113.67169.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=47.12%
G=26.57%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810610500.440.440.260.7238.2557.45
HexBC6A6902C2C1A12639
Octal274152151054543214671
Binary10111100110101011010010101100101100110101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A69; }

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

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

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

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

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

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

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

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