#BF7154

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

Shades of Red Damask #BF7154

Tints of Red Damask #BF7154

Color information

#BF7154 (or 0xBF7154) is unknown color: approx Red Damask. HEX triplet: BF, 71 and 54. RGB value is (191,113,84). Sum of RGB (Red+Green+Blue) = 191+113+84=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7154 is #408EAB. Grayscale: #858585. Windows color (decimal): -4230828 or 5534143. OLE color: 5534143.

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

Color convert

RGB19111384-
CMYK00.410.560.25
HSL16.26º45.53%53.92%-
HSV(B)16.26º56.02%74.9%-
XYZ28.9923.5311.4-
YUV133.02100.34169.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.23%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=49.23%
G=29.12%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911138400.410.560.2516.2645.5353.92
HexBF71540293819102e36
Octal2771611240517031205666
Binary101111111110001101010001010011110001100110000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7154; }

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

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

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

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

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

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

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

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