#BC726A

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

Shades of Contessa #BC726A

Tints of Contessa #BC726A

Color information

#BC726A (or 0xBC726A) is unknown color: approx Contessa. HEX triplet: BC, 72 and 6A. RGB value is (188,114,106). Sum of RGB (Red+Green+Blue) = 188+114+106=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC726A is #438D95. Grayscale: #878787. Windows color (decimal): -4427158 or 6976188. OLE color: 6976188.

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

Color convert

RGB188114106-
CMYK00.390.440.26
HSL5.85º37.96%57.65%-
HSV(B)5.85º43.62%73.73%-
XYZ29.3623.7716.68-
YUV135.21111.52165.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=46.08%
G=27.94%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811410600.390.440.265.8537.9657.65
HexBC726A0272C1A6263a
Octal274162152047543264672
Binary1011110011100101101010010011110110011010110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC726A; }

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

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

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

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

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

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

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

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