#BC6B45

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

Shades of Red Damask #BC6B45

Tints of Red Damask #BC6B45

Color information

#BC6B45 (or 0xBC6B45) is unknown color: approx Red Damask. HEX triplet: BC, 6B and 45. RGB value is (188,107,69). Sum of RGB (Red+Green+Blue) = 188+107+69=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B45 is #4394BA. Grayscale: #7F7F7F. Windows color (decimal): -4428987 or 4549564. OLE color: 4549564.

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

Color convert

RGB18810769-
CMYK00.430.630.26
HSL19.16º47.04%50.39%-
HSV(B)19.16º63.3%73.73%-
XYZ27.0721.648.38-
YUV126.8995.34171.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.65%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 69 (27.34% from 255) = 18.96%
R=51.65%
G=29.40%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881076900.430.630.2619.1647.0450.39
HexBC6B4502B3F1A132f32
Octal2741531050537732235762
Binary101111001101011100010101010111111111101010011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B45; }

 p { color: rgb(188,107,69); }

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

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

 a { background-color: rgb(188,107,69); }

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

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

 span { border-color: rgb(188,107,69); }

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