#BF7751

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

Shades of Red Damask #BF7751

Tints of Red Damask #BF7751

Color information

#BF7751 (or 0xBF7751) is unknown color: approx Red Damask. HEX triplet: BF, 77 and 51. RGB value is (191,119,81). Sum of RGB (Red+Green+Blue) = 191+119+81=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7751 is #4088AE. Grayscale: #888888. Windows color (decimal): -4229295 or 5339071. OLE color: 5339071.

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

Color convert

RGB19111981-
CMYK00.380.580.25
HSL20.73º46.22%53.33%-
HSV(B)20.73º57.59%74.9%-
XYZ29.5724.8611.03-
YUV136.296.85167.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=48.85%
G=30.43%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911198100.380.580.2520.7346.2253.33
HexBF77510263A19152e35
Octal2771671210467231255665
Binary101111111110111101000101001101110101100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7751; }

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

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

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

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

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

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

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

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