#BF9A4E

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

Shades of Tussock #BF9A4E

Tints of Tussock #BF9A4E

Color information

#BF9A4E (or 0xBF9A4E) is unknown color: approx Tussock. HEX triplet: BF, 9A and 4E. RGB value is (191,154,78). Sum of RGB (Red+Green+Blue) = 191+154+78=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A4E is #4065B1. Grayscale: #9C9C9C. Windows color (decimal): -4220338 or 5151423. OLE color: 5151423.

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

Color convert

RGB19115478-
CMYK00.190.590.25
HSL40.35º46.89%52.75%-
HSV(B)40.35º59.16%74.9%-
XYZ34.4234.7412.1-
YUV156.483.76152.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 78 (30.86% from 255) = 18.44%
R=45.15%
G=36.41%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911547800.190.590.2540.3546.8952.75
HexBF9A4E0133B19282f35
Octal2772321160237331505765
Binary1011111110011010100111001001111101111001101000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A4E; }

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

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

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

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

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

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

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

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