#BF7051

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

Shades of Red Damask #BF7051

Tints of Red Damask #BF7051

Color information

#BF7051 (or 0xBF7051) is unknown color: approx Red Damask. HEX triplet: BF, 70 and 51. RGB value is (191,112,81). Sum of RGB (Red+Green+Blue) = 191+112+81=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7051 is #408FAE. Grayscale: #848484. Windows color (decimal): -4231087 or 5337279. OLE color: 5337279.

HSL color Cylindrical-coordinate representation of color #BF7051: hue angle of 16.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF7051 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19111281-
CMYK00.410.580.25
HSL16.91º46.22%53.33%-
HSV(B)16.91º57.59%74.9%-
XYZ28.7723.2610.76-
YUV132.0999.17170.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=49.74%
G=29.17%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911128100.410.580.2516.9146.2253.33
HexBF70510293A19112e35
Octal2771601210517231215665
Binary101111111110000101000101010011110101100110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7051; }

 p { color: rgb(191,112,81); }

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

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

 a { background-color: rgb(191,112,81); }

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

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

 span { border-color: rgb(191,112,81); }

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