#BF6F54

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

Shades of Red Damask #BF6F54

Tints of Red Damask #BF6F54

Color information

#BF6F54 (or 0xBF6F54) is unknown color: approx Red Damask. HEX triplet: BF, 6F and 54. RGB value is (191,111,84). Sum of RGB (Red+Green+Blue) = 191+111+84=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F54 is #4090AB. Grayscale: #848484. Windows color (decimal): -4231340 or 5533631. OLE color: 5533631.

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

Color convert

RGB19111184-
CMYK00.420.560.25
HSL15.14º45.53%53.92%-
HSV(B)15.14º56.02%74.9%-
XYZ28.7723.0911.33-
YUV131.84101170.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.48%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=49.48%
G=28.76%
B=21.76%

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
Decimal1911118400.420.560.2515.1445.5353.92
HexBF6F5402A3819f2e36
Octal2771571240527031175666
Binary10111111110111110101000101010111000110011111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F54; }

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

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

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

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

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

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

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

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