#BF6B49

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

Shades of Red Damask #BF6B49

Tints of Red Damask #BF6B49

Color information

#BF6B49 (or 0xBF6B49) is unknown color: approx Red Damask. HEX triplet: BF, 6B and 49. RGB value is (191,107,73). Sum of RGB (Red+Green+Blue) = 191+107+73=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6B49 is #4094B6. Grayscale: #808080. Windows color (decimal): -4232375 or 4811711. OLE color: 4811711.

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

Color convert

RGB19110773-
CMYK00.440.620.25
HSL17.29º47.97%51.76%-
HSV(B)17.29º61.78%74.9%-
XYZ27.9522.079.09-
YUV128.2496.83172.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=51.48%
G=28.84%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911077300.440.620.2517.2947.9751.76
HexBF6B4902C3E19113034
Octal2771531110547631216064
Binary101111111101011100100101011001111101100110001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B49; }

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

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

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

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

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

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

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

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