#BC736C

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

Shades of Contessa #BC736C

Tints of Contessa #BC736C

Color information

#BC736C (or 0xBC736C) is unknown color: approx Contessa. HEX triplet: BC, 73 and 6C. RGB value is (188,115,108). Sum of RGB (Red+Green+Blue) = 188+115+108=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC736C is #438C93. Grayscale: #888888. Windows color (decimal): -4426900 or 7107516. OLE color: 7107516.

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

Color convert

RGB188115108-
CMYK00.390.430.26
HSL5.25º37.38%58.04%-
HSV(B)5.25º42.55%73.73%-
XYZ29.5824.0417.27-
YUV136.03112.18165.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=45.74%
G=27.98%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811510800.390.430.265.2537.3858.04
HexBC736C0272B1A5253a
Octal274163154047533254572
Binary1011110011100111101100010011110101111010101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC736C; }

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

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

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

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

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

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

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

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