#BC7263

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

Shades of Contessa #BC7263

Tints of Contessa #BC7263

Color information

#BC7263 (or 0xBC7263) is unknown color: approx Contessa. HEX triplet: BC, 72 and 63. RGB value is (188,114,99). Sum of RGB (Red+Green+Blue) = 188+114+99=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7263 is #438D9C. Grayscale: #868686. Windows color (decimal): -4427165 or 6517436. OLE color: 6517436.

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

Color convert

RGB18811499-
CMYK00.390.470.26
HSL10.11º39.91%56.27%-
HSV(B)10.11º47.34%73.73%-
XYZ29.0123.6314.84-
YUV134.42108.02166.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=46.88%
G=28.43%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881149900.390.470.2610.1139.9156.27
HexBC72630272F1Aa2838
Octal2741621430475732125070
Binary10111100111001011000110100111101111110101010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7263; }

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

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

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

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

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

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

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

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