#BC7655

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

Shades of Red Damask #BC7655

Tints of Red Damask #BC7655

Color information

#BC7655 (or 0xBC7655) is unknown color: approx Red Damask. HEX triplet: BC, 76 and 55. RGB value is (188,118,85). Sum of RGB (Red+Green+Blue) = 188+118+85=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7655 is #4389AA. Grayscale: #878787. Windows color (decimal): -4426155 or 5600956. OLE color: 5600956.

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

Color convert

RGB18811885-
CMYK00.370.550.26
HSL19.22º43.46%53.53%-
HSV(B)19.22º54.79%73.73%-
XYZ28.8624.311.76-
YUV135.1799.69165.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=48.08%
G=30.18%
B=21.74%

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
Decimal1881188500.370.550.2619.2243.4653.53
HexBC7655025371A132b36
Octal2741661250456732235366
Binary101111001110110101010101001011101111101010011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7655; }

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

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

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

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

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

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

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

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