#BF6F47

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

Shades of Red Damask #BF6F47

Tints of Red Damask #BF6F47

Color information

#BF6F47 (or 0xBF6F47) is unknown color: approx Red Damask. HEX triplet: BF, 6F and 47. RGB value is (191,111,71). Sum of RGB (Red+Green+Blue) = 191+111+71=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F47 is #4090B8. Grayscale: #828282. Windows color (decimal): -4231353 or 4681663. OLE color: 4681663.

HSL color Cylindrical-coordinate representation of color #BF6F47: hue angle of 20º 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 #BF6F47 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19111171-
CMYK00.420.630.25
HSL20º48.39%51.37%-
HSV(B)20º62.83%74.9%-
XYZ28.3122.98.89-
YUV130.3694.5171.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 111 (43.75% from 255) = 29.76%
BLUE value IS 71 (28.12% from 255) = 19.03%
R=51.21%
G=29.76%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911117100.420.630.252048.3951.37
HexBF6F4702A3F19143033
Octal2771571070527731246063
Binary101111111101111100011101010101111111100110100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F47; }

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

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

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

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

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

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

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

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