#BC6C4B

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

Shades of Red Damask #BC6C4B

Tints of Red Damask #BC6C4B

Color information

#BC6C4B (or 0xBC6C4B) is unknown color: approx Red Damask. HEX triplet: BC, 6C and 4B. RGB value is (188,108,75). Sum of RGB (Red+Green+Blue) = 188+108+75=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C4B is #4393B4. Grayscale: #808080. Windows color (decimal): -4428725 or 4943036. OLE color: 4943036.

HSL color Cylindrical-coordinate representation of color #BC6C4B: hue angle of 17.52º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC6C4B is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18810875-
CMYK00.430.600.26
HSL17.52º45.75%51.57%-
HSV(B)17.52º60.11%73.73%-
XYZ27.3721.929.45-
YUV128.1698170.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=50.67%
G=29.11%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881087500.430.600.2617.5245.7551.57
HexBC6C4B02B3C1A122e34
Octal2741541130537432225664
Binary101111001101100100101101010111111001101010010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C4B; }

 p { color: rgb(188,108,75); }

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

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

 a { background-color: rgb(188,108,75); }

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

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

 span { border-color: rgb(188,108,75); }

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