#BC6A48

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

Shades of Red Damask #BC6A48

Tints of Red Damask #BC6A48

Color information

#BC6A48 (or 0xBC6A48) is unknown color: approx Red Damask. HEX triplet: BC, 6A and 48. RGB value is (188,106,72). Sum of RGB (Red+Green+Blue) = 188+106+72=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A48 is #4395B7. Grayscale: #7E7E7E. Windows color (decimal): -4429240 or 4745916. OLE color: 4745916.

HSL color Cylindrical-coordinate representation of color #BC6A48: hue angle of 17.59º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC6A48 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18810672-
CMYK00.440.620.26
HSL17.59º46.4%50.98%-
HSV(B)17.59º61.7%73.73%-
XYZ27.0621.478.85-
YUV126.6497.17171.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=51.37%
G=28.96%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881067200.440.620.2617.5946.450.98
HexBC6A4802C3E1A122e33
Octal2741521100547632225663
Binary101111001101010100100001011001111101101010010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A48; }

 p { color: rgb(188,106,72); }

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

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

 a { background-color: rgb(188,106,72); }

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

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

 span { border-color: rgb(188,106,72); }

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