#BF7951

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

Shades of Red Damask #BF7951

Tints of Red Damask #BF7951

Color information

#BF7951 (or 0xBF7951) is unknown color: approx Red Damask. HEX triplet: BF, 79 and 51. RGB value is (191,121,81). Sum of RGB (Red+Green+Blue) = 191+121+81=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7951 is #4086AE. Grayscale: #898989. Windows color (decimal): -4228783 or 5339583. OLE color: 5339583.

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

Color convert

RGB19112181-
CMYK00.370.580.25
HSL21.82º46.22%53.33%-
HSV(B)21.82º57.59%74.9%-
XYZ29.8125.3511.11-
YUV137.3796.19166.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=48.60%
G=30.79%
B=20.61%

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
Decimal1911218100.370.580.2521.8246.2253.33
HexBF79510253A19162e35
Octal2771711210457231265665
Binary101111111111001101000101001011110101100110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7951; }

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

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

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

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

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

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

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

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