#BF8B4E

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

Shades of Tussock #BF8B4E

Tints of Tussock #BF8B4E

Color information

#BF8B4E (or 0xBF8B4E) is unknown color: approx Tussock. HEX triplet: BF, 8B and 4E. RGB value is (191,139,78). Sum of RGB (Red+Green+Blue) = 191+139+78=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B4E is #4074B1. Grayscale: #939393. Windows color (decimal): -4224178 or 5147583. OLE color: 5147583.

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

Color convert

RGB19113978-
CMYK00.270.590.25
HSL32.39º46.89%52.75%-
HSV(B)32.39º59.16%74.9%-
XYZ32.0930.0911.32-
YUV147.5988.73158.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 78 (30.86% from 255) = 19.12%
R=46.81%
G=34.07%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911397800.270.590.2532.3946.8952.75
HexBF8B4E01B3B19202f35
Octal2772131160337331405765
Binary1011111110001011100111001101111101111001100000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B4E; }

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

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

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

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

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

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

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

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