#BC7755

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

Shades of Red Damask #BC7755

Tints of Red Damask #BC7755

Color information

#BC7755 (or 0xBC7755) is unknown color: approx Red Damask. HEX triplet: BC, 77 and 55. RGB value is (188,119,85). Sum of RGB (Red+Green+Blue) = 188+119+85=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7755 is #4388AA. Grayscale: #878787. Windows color (decimal): -4425899 or 5601212. OLE color: 5601212.

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

Color convert

RGB18811985-
CMYK00.370.550.26
HSL19.81º43.46%53.53%-
HSV(B)19.81º54.79%73.73%-
XYZ28.9824.5411.8-
YUV135.7699.36165.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=47.96%
G=30.36%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881198500.370.550.2619.8143.4653.53
HexBC7755025371A142b36
Octal2741671250456732245366
Binary101111001110111101010101001011101111101010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7755; }

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

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

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

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

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

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

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

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