#BF714E

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

Shades of Red Damask #BF714E

Tints of Red Damask #BF714E

Color information

#BF714E (or 0xBF714E) is unknown color: approx Red Damask. HEX triplet: BF, 71 and 4E. RGB value is (191,113,78). Sum of RGB (Red+Green+Blue) = 191+113+78=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF714E is #408EB1. Grayscale: #848484. Windows color (decimal): -4230834 or 5140927. OLE color: 5140927.

HSL color Cylindrical-coordinate representation of color #BF714E: hue angle of 18.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF714E is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19111378-
CMYK00.410.590.25
HSL18.58º46.89%52.75%-
HSV(B)18.58º59.16%74.9%-
XYZ28.7723.4410.22-
YUV132.3397.34169.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 78 (30.86% from 255) = 20.42%
R=50%
G=29.58%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911137800.410.590.2518.5846.8952.75
HexBF714E0293B19132f35
Octal2771611160517331235765
Binary101111111110001100111001010011110111100110011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF714E; }

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

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

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

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

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

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

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

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