#BF6F51

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

Shades of Red Damask #BF6F51

Tints of Red Damask #BF6F51

Color information

#BF6F51 (or 0xBF6F51) is unknown color: approx Red Damask. HEX triplet: BF, 6F and 51. RGB value is (191,111,81). Sum of RGB (Red+Green+Blue) = 191+111+81=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F51 is #4090AE. Grayscale: #838383. Windows color (decimal): -4231343 or 5337023. OLE color: 5337023.

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

Color convert

RGB19111181-
CMYK00.420.580.25
HSL16.36º46.22%53.33%-
HSV(B)16.36º57.59%74.9%-
XYZ28.6623.0410.72-
YUV131.599.5170.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=49.87%
G=28.98%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911118100.420.580.2516.3646.2253.33
HexBF6F5102A3A19102e35
Octal2771571210527231205665
Binary101111111101111101000101010101110101100110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F51; }

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

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

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

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

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

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

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

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