#BF6B47

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

Shades of Red Damask #BF6B47

Tints of Red Damask #BF6B47

Color information

#BF6B47 (or 0xBF6B47) is unknown color: approx Red Damask. HEX triplet: BF, 6B and 47. RGB value is (191,107,71). Sum of RGB (Red+Green+Blue) = 191+107+71=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B47 is #4094B8. Grayscale: #808080. Windows color (decimal): -4232377 or 4680639. OLE color: 4680639.

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

Color convert

RGB19110771-
CMYK00.440.630.25
HSL18º48.39%51.37%-
HSV(B)18º62.83%74.9%-
XYZ27.8822.058.75-
YUV128.0195.83172.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 71 (28.12% from 255) = 19.24%
R=51.76%
G=29.00%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911077100.440.630.251848.3951.37
HexBF6B4702C3F19123033
Octal2771531070547731226063
Binary101111111101011100011101011001111111100110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B47; }

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

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

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

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

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

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

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

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