#BF8D4E

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

Shades of Tussock #BF8D4E

Tints of Tussock #BF8D4E

Color information

#BF8D4E (or 0xBF8D4E) is unknown color: approx Tussock. HEX triplet: BF, 8D and 4E. RGB value is (191,141,78). Sum of RGB (Red+Green+Blue) = 191+141+78=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D4E is #4072B1. Grayscale: #959595. Windows color (decimal): -4223666 or 5148095. OLE color: 5148095.

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

Color convert

RGB19114178-
CMYK00.260.590.25
HSL33.45º46.89%52.75%-
HSV(B)33.45º59.16%74.9%-
XYZ32.3930.6811.42-
YUV148.7788.06158.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=46.59%
G=34.39%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911417800.260.590.2533.4546.8952.75
HexBF8D4E01A3B19212f35
Octal2772151160327331415765
Binary1011111110001101100111001101011101111001100001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D4E; }

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

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

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

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

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

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

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

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