#BC6B4B

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

Shades of Red Damask #BC6B4B

Tints of Red Damask #BC6B4B

Color information

#BC6B4B (or 0xBC6B4B) is unknown color: approx Red Damask. HEX triplet: BC, 6B and 4B. RGB value is (188,107,75). Sum of RGB (Red+Green+Blue) = 188+107+75=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B4B is #4394B4. Grayscale: #7F7F7F. Windows color (decimal): -4428981 or 4942780. OLE color: 4942780.

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

Color convert

RGB18810775-
CMYK00.430.600.26
HSL16.99º45.75%51.57%-
HSV(B)16.99º60.11%73.73%-
XYZ27.2721.719.41-
YUV127.5798.34171.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 107 (42.19% from 255) = 28.92%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=50.81%
G=28.92%
B=20.27%

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
Decimal1881077500.430.600.2616.9945.7551.57
HexBC6B4B02B3C1A112e34
Octal2741531130537432215664
Binary101111001101011100101101010111111001101010001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B4B; }

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

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

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

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

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

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

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

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