#BF6E54

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

Shades of Red Damask #BF6E54

Tints of Red Damask #BF6E54

Color information

#BF6E54 (or 0xBF6E54) is unknown color: approx Red Damask. HEX triplet: BF, 6E and 54. RGB value is (191,110,84). Sum of RGB (Red+Green+Blue) = 191+110+84=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E54 is #4091AB. Grayscale: #838383. Windows color (decimal): -4231596 or 5533375. OLE color: 5533375.

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

Color convert

RGB19111084-
CMYK00.420.560.25
HSL14.58º45.53%53.92%-
HSV(B)14.58º56.02%74.9%-
XYZ28.6622.8711.29-
YUV131.26101.34170.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=49.61%
G=28.57%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911108400.420.560.2514.5845.5353.92
HexBF6E5402A3819f2e36
Octal2771561240527031175666
Binary10111111110111010101000101010111000110011111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E54; }

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

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

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

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

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

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

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

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