#BF7854

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

Shades of Red Damask #BF7854

Tints of Red Damask #BF7854

Color information

#BF7854 (or 0xBF7854) is unknown color: approx Red Damask. HEX triplet: BF, 78 and 54. RGB value is (191,120,84). Sum of RGB (Red+Green+Blue) = 191+120+84=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7854 is #4087AB. Grayscale: #898989. Windows color (decimal): -4229036 or 5535935. OLE color: 5535935.

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

Color convert

RGB19112084-
CMYK00.370.560.25
HSL20.19º45.53%53.92%-
HSV(B)20.19º56.02%74.9%-
XYZ29.825.1511.67-
YUV137.1298.02166.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 84 (33.20% from 255) = 21.27%
R=48.35%
G=30.38%
B=21.27%

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
Decimal1911208400.370.560.2520.1945.5353.92
HexBF78540253819142e36
Octal2771701240457031245666
Binary101111111111000101010001001011110001100110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7854; }

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

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

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

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

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

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

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

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