#BF7150

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

Shades of Red Damask #BF7150

Tints of Red Damask #BF7150

Color information

#BF7150 (or 0xBF7150) is unknown color: approx Red Damask. HEX triplet: BF, 71 and 50. RGB value is (191,113,80). Sum of RGB (Red+Green+Blue) = 191+113+80=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7150 is #408EAF. Grayscale: #848484. Windows color (decimal): -4230832 or 5271999. OLE color: 5271999.

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

Color convert

RGB19111380-
CMYK00.410.580.25
HSL17.84º46.44%53.14%-
HSV(B)17.84º58.12%74.9%-
XYZ28.8423.4710.6-
YUV132.5698.34169.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=49.74%
G=29.43%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911138000.410.580.2517.8446.4453.14
HexBF71500293A19122e35
Octal2771611200517231225665
Binary101111111110001101000001010011110101100110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7150; }

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

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

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

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

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

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

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

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