#BC7469

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

Shades of Contessa #BC7469

Tints of Contessa #BC7469

Color information

#BC7469 (or 0xBC7469) is unknown color: approx Contessa. HEX triplet: BC, 74 and 69. RGB value is (188,116,105). Sum of RGB (Red+Green+Blue) = 188+116+105=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7469 is #438B96. Grayscale: #888888. Windows color (decimal): -4426647 or 6911164. OLE color: 6911164.

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

Color convert

RGB188116105-
CMYK00.380.440.26
HSL7.95º38.25%57.45%-
HSV(B)7.95º44.15%73.73%-
XYZ29.5324.216.48-
YUV136.27110.35164.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=45.97%
G=28.36%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811610500.380.440.267.9538.2557.45
HexBC74690262C1A82639
Octal2741641510465432104671
Binary10111100111010011010010100110101100110101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7469; }

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

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

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

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

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

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

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

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