#BF7551

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

Shades of Red Damask #BF7551

Tints of Red Damask #BF7551

Color information

#BF7551 (or 0xBF7551) is unknown color: approx Red Damask. HEX triplet: BF, 75 and 51. RGB value is (191,117,81). Sum of RGB (Red+Green+Blue) = 191+117+81=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7551 is #408AAE. Grayscale: #878787. Windows color (decimal): -4229807 or 5338559. OLE color: 5338559.

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

Color convert

RGB19111781-
CMYK00.390.580.25
HSL19.64º46.22%53.33%-
HSV(B)19.64º57.59%74.9%-
XYZ29.3324.3910.95-
YUV135.0297.52167.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=49.10%
G=30.08%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911178100.390.580.2519.6446.2253.33
HexBF75510273A19142e35
Octal2771651210477231245665
Binary101111111110101101000101001111110101100110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7551; }

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

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

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

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

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

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

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

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