#BF7851

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

Shades of Red Damask #BF7851

Tints of Red Damask #BF7851

Color information

#BF7851 (or 0xBF7851) is unknown color: approx Red Damask. HEX triplet: BF, 78 and 51. RGB value is (191,120,81). Sum of RGB (Red+Green+Blue) = 191+120+81=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7851 is #4087AE. Grayscale: #898989. Windows color (decimal): -4229039 or 5339327. OLE color: 5339327.

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

Color convert

RGB19112081-
CMYK00.370.580.25
HSL21.27º46.22%53.33%-
HSV(B)21.27º57.59%74.9%-
XYZ29.6925.111.07-
YUV136.7896.52166.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=48.72%
G=30.61%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911208100.370.580.2521.2746.2253.33
HexBF78510253A19152e35
Octal2771701210457231255665
Binary101111111111000101000101001011110101100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7851; }

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

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

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

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

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

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

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

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