#BF6E4C

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

Shades of Red Damask #BF6E4C

Tints of Red Damask #BF6E4C

Color information

#BF6E4C (or 0xBF6E4C) is unknown color: approx Red Damask. HEX triplet: BF, 6E and 4C. RGB value is (191,110,76). Sum of RGB (Red+Green+Blue) = 191+110+76=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E4C is #4091B3. Grayscale: #828282. Windows color (decimal): -4231604 or 5009087. OLE color: 5009087.

HSL color Cylindrical-coordinate representation of color #BF6E4C: hue angle of 17.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF6E4C is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19111076-
CMYK00.420.600.25
HSL17.74º47.33%52.35%-
HSV(B)17.74º60.21%74.9%-
XYZ28.3722.759.73-
YUV130.3497.34171.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=50.66%
G=29.18%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911107600.420.600.2517.7447.3352.35
HexBF6E4C02A3C19122f34
Octal2771561140527431225764
Binary101111111101110100110001010101111001100110010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E4C; }

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

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

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

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

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

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

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

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