#BF6B4E

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

Shades of Red Damask #BF6B4E

Tints of Red Damask #BF6B4E

Color information

#BF6B4E (or 0xBF6B4E) is unknown color: approx Red Damask. HEX triplet: BF, 6B and 4E. RGB value is (191,107,78). Sum of RGB (Red+Green+Blue) = 191+107+78=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B4E is #4094B1. Grayscale: #818181. Windows color (decimal): -4232370 or 5139391. OLE color: 5139391.

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

Color convert

RGB19110778-
CMYK00.440.590.25
HSL15.4º46.89%52.75%-
HSV(B)15.4º59.16%74.9%-
XYZ28.1222.1410-
YUV128.8199.33172.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=50.80%
G=28.46%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911077800.440.590.2515.446.8952.75
HexBF6B4E02C3B19f2f35
Octal2771531160547331175765
Binary10111111110101110011100101100111011110011111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B4E; }

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

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

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

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

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

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

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

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