#BF884E

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

Shades of Tussock #BF884E

Tints of Tussock #BF884E

Color information

#BF884E (or 0xBF884E) is unknown color: approx Tussock. HEX triplet: BF, 88 and 4E. RGB value is (191,136,78). Sum of RGB (Red+Green+Blue) = 191+136+78=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF884E is #4077B1. Grayscale: #929292. Windows color (decimal): -4224946 or 5146815. OLE color: 5146815.

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

Color convert

RGB19113678-
CMYK00.290.590.25
HSL30.8º46.89%52.75%-
HSV(B)30.8º59.16%74.9%-
XYZ31.6729.2311.18-
YUV145.8389.72160.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 78 (30.86% from 255) = 19.26%
R=47.16%
G=33.58%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911367800.290.590.2530.846.8952.75
HexBF884E01D3B191f2f35
Octal2772101160357331375765
Binary101111111000100010011100111011110111100111111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF884E; }

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

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

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

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

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

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

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

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