#BF7450

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

Shades of Red Damask #BF7450

Tints of Red Damask #BF7450

Color information

#BF7450 (or 0xBF7450) is unknown color: approx Red Damask. HEX triplet: BF, 74 and 50. RGB value is (191,116,80). Sum of RGB (Red+Green+Blue) = 191+116+80=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7450 is #408BAF. Grayscale: #868686. Windows color (decimal): -4230064 or 5272767. OLE color: 5272767.

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

Color convert

RGB19111680-
CMYK00.390.580.25
HSL19.46º46.44%53.14%-
HSV(B)19.46º58.12%74.9%-
XYZ29.1824.1510.71-
YUV134.3297.35168.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=49.35%
G=29.97%
B=20.67%

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
Decimal1911168000.390.580.2519.4646.4453.14
HexBF74500273A19132e35
Octal2771641200477231235665
Binary101111111110100101000001001111110101100110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7450; }

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

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

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

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

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

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

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

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