#BC7855

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

Shades of Red Damask #BC7855

Tints of Red Damask #BC7855

Color information

#BC7855 (or 0xBC7855) is unknown color: approx Red Damask. HEX triplet: BC, 78 and 55. RGB value is (188,120,85). Sum of RGB (Red+Green+Blue) = 188+120+85=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7855 is #4387AA. Grayscale: #888888. Windows color (decimal): -4425643 or 5601468. OLE color: 5601468.

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

Color convert

RGB18812085-
CMYK00.360.550.26
HSL20.39º43.46%53.53%-
HSV(B)20.39º54.79%73.73%-
XYZ29.124.7811.84-
YUV136.3499.03164.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=47.84%
G=30.53%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881208500.360.550.2620.3943.4653.53
HexBC7855024371A142b36
Octal2741701250446732245366
Binary101111001111000101010101001001101111101010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7855; }

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

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

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

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

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

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

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

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