#BF7054

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

Shades of Red Damask #BF7054

Tints of Red Damask #BF7054

Color information

#BF7054 (or 0xBF7054) is unknown color: approx Red Damask. HEX triplet: BF, 70 and 54. RGB value is (191,112,84). Sum of RGB (Red+Green+Blue) = 191+112+84=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7054 is #408FAB. Grayscale: #848484. Windows color (decimal): -4231084 or 5533887. OLE color: 5533887.

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

Color convert

RGB19111284-
CMYK00.410.560.25
HSL15.7º45.53%53.92%-
HSV(B)15.7º56.02%74.9%-
XYZ28.8823.311.36-
YUV132.43100.67169.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 84 (33.20% from 255) = 21.71%
R=49.35%
G=28.94%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911128400.410.560.2515.745.5353.92
HexBF70540293819102e36
Octal2771601240517031205666
Binary101111111110000101010001010011110001100110000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7054; }

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

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

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

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

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

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

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

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