#BF8C4E

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

Shades of Tussock #BF8C4E

Tints of Tussock #BF8C4E

Color information

#BF8C4E (or 0xBF8C4E) is unknown color: approx Tussock. HEX triplet: BF, 8C and 4E. RGB value is (191,140,78). Sum of RGB (Red+Green+Blue) = 191+140+78=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C4E is #4073B1. Grayscale: #949494. Windows color (decimal): -4223922 or 5147839. OLE color: 5147839.

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

Color convert

RGB19114078-
CMYK00.270.590.25
HSL32.92º46.89%52.75%-
HSV(B)32.92º59.16%74.9%-
XYZ32.2430.3811.37-
YUV148.1888.4158.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=46.70%
G=34.23%
B=19.07%

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
Decimal1911407800.270.590.2532.9246.8952.75
HexBF8C4E01B3B19212f35
Octal2772141160337331415765
Binary1011111110001100100111001101111101111001100001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C4E; }

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

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

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

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

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

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

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

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