#BF7550

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

Shades of Red Damask #BF7550

Tints of Red Damask #BF7550

Color information

#BF7550 (or 0xBF7550) is unknown color: approx Red Damask. HEX triplet: BF, 75 and 50. RGB value is (191,117,80). Sum of RGB (Red+Green+Blue) = 191+117+80=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7550 is #408AAF. Grayscale: #878787. Windows color (decimal): -4229808 or 5273023. OLE color: 5273023.

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

Color convert

RGB19111780-
CMYK00.390.580.25
HSL20º46.44%53.14%-
HSV(B)20º58.12%74.9%-
XYZ29.324.3810.75-
YUV134.9197.02168.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.23%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 80 (31.64% from 255) = 20.62%
R=49.23%
G=30.15%
B=20.62%

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
Decimal1911178000.390.580.252046.4453.14
HexBF75500273A19142e35
Octal2771651200477231245665
Binary101111111110101101000001001111110101100110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7550; }

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

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

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

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

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

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

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

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