#BC7750

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

Shades of Red Damask #BC7750

Tints of Red Damask #BC7750

Color information

#BC7750 (or 0xBC7750) is unknown color: approx Red Damask. HEX triplet: BC, 77 and 50. RGB value is (188,119,80). Sum of RGB (Red+Green+Blue) = 188+119+80=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7750 is #4388AF. Grayscale: #878787. Windows color (decimal): -4425904 or 5273532. OLE color: 5273532.

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

Color convert

RGB18811980-
CMYK00.370.570.26
HSL21.67º44.63%52.55%-
HSV(B)21.67º57.45%73.73%-
XYZ28.7824.4610.79-
YUV135.1896.86165.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=48.58%
G=30.75%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881198000.370.570.2621.6744.6352.55
HexBC7750025391A162d35
Octal2741671200457132265565
Binary101111001110111101000001001011110011101010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7750; }

 p { color: rgb(188,119,80); }

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

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

 a { background-color: rgb(188,119,80); }

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

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

 span { border-color: rgb(188,119,80); }

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