#BF6C47

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

Shades of Red Damask #BF6C47

Tints of Red Damask #BF6C47

Color information

#BF6C47 (or 0xBF6C47) is unknown color: approx Red Damask. HEX triplet: BF, 6C and 47. RGB value is (191,108,71). Sum of RGB (Red+Green+Blue) = 191+108+71=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6C47 is #4093B8. Grayscale: #808080. Windows color (decimal): -4232121 or 4680895. OLE color: 4680895.

HSL color Cylindrical-coordinate representation of color #BF6C47: hue angle of 18.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF6C47 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19110871-
CMYK00.430.630.25
HSL18.5º48.39%51.37%-
HSV(B)18.5º62.83%74.9%-
XYZ27.9922.268.78-
YUV128.695.5172.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 71 (28.12% from 255) = 19.19%
R=51.62%
G=29.19%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911087100.430.630.2518.548.3951.37
HexBF6C4702B3F19123033
Octal2771541070537731226063
Binary101111111101100100011101010111111111100110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C47; }

 p { color: rgb(191,108,71); }

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

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

 a { background-color: rgb(191,108,71); }

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

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

 span { border-color: rgb(191,108,71); }

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