#BC756F

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

Shades of Contessa #BC756F

Tints of Contessa #BC756F

Color information

#BC756F (or 0xBC756F) is unknown color: approx Contessa. HEX triplet: BC, 75 and 6F. RGB value is (188,117,111). Sum of RGB (Red+Green+Blue) = 188+117+111=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC756F is #438A90. Grayscale: #898989. Windows color (decimal): -4426385 or 7304636. OLE color: 7304636.

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

Color convert

RGB188117111-
CMYK00.380.410.26
HSL4.68º36.49%58.63%-
HSV(B)4.68º40.96%73.73%-
XYZ29.9724.5618.2-
YUV137.54113.02163.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=45.19%
G=28.12%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811711100.380.410.264.6836.4958.63
HexBC756F026291A5243b
Octal274165157046513254473
Binary1011110011101011101111010011010100111010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC756F; }

 p { color: rgb(188,117,111); }

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

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

 a { background-color: rgb(188,117,111); }

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

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

 span { border-color: rgb(188,117,111); }

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