#BC7369

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

Shades of Contessa #BC7369

Tints of Contessa #BC7369

Color information

#BC7369 (or 0xBC7369) is unknown color: approx Contessa. HEX triplet: BC, 73 and 69. RGB value is (188,115,105). Sum of RGB (Red+Green+Blue) = 188+115+105=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7369 is #438C96. Grayscale: #878787. Windows color (decimal): -4426903 or 6910908. OLE color: 6910908.

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

Color convert

RGB188115105-
CMYK00.390.440.26
HSL7.23º38.25%57.45%-
HSV(B)7.23º44.15%73.73%-
XYZ29.4223.9716.44-
YUV135.69110.68165.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=46.08%
G=28.19%
B=25.74%

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
Decimal18811510500.390.440.267.2338.2557.45
HexBC73690272C1A72639
Octal274163151047543274671
Binary1011110011100111101001010011110110011010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7369; }

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

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

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

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

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

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

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

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