#BF7954

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

Shades of Red Damask #BF7954

Tints of Red Damask #BF7954

Color information

#BF7954 (or 0xBF7954) is unknown color: approx Red Damask. HEX triplet: BF, 79 and 54. RGB value is (191,121,84). Sum of RGB (Red+Green+Blue) = 191+121+84=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7954 is #4086AB. Grayscale: #898989. Windows color (decimal): -4228780 or 5536191. OLE color: 5536191.

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

Color convert

RGB19112184-
CMYK00.370.560.25
HSL20.75º45.53%53.92%-
HSV(B)20.75º56.02%74.9%-
XYZ29.9225.3911.71-
YUV137.7197.69166.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=48.23%
G=30.56%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911218400.370.560.2520.7545.5353.92
HexBF79540253819152e36
Octal2771711240457031255666
Binary101111111111001101010001001011110001100110101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7954; }

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

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

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

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

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

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

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

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