#BF8E4D

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

Shades of Tussock #BF8E4D

Tints of Tussock #BF8E4D

Color information

#BF8E4D (or 0xBF8E4D) is unknown color: approx Tussock. HEX triplet: BF, 8E and 4D. RGB value is (191,142,77). Sum of RGB (Red+Green+Blue) = 191+142+77=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E4D is #4071B2. Grayscale: #959595. Windows color (decimal): -4223411 or 5082815. OLE color: 5082815.

HSL color Cylindrical-coordinate representation of color #BF8E4D: hue angle of 34.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF8E4D is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19114277-
CMYK00.260.600.25
HSL34.21º47.11%52.55%-
HSV(B)34.21º59.69%74.9%-
XYZ32.530.9611.28-
YUV149.2487.23157.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 77 (30.47% from 255) = 18.78%
R=46.59%
G=34.63%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911427700.260.600.2534.2147.1152.55
HexBF8E4D01A3C19222f35
Octal2772161150327431425765
Binary1011111110001110100110101101011110011001100010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E4D; }

 p { color: rgb(191,142,77); }

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

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

 a { background-color: rgb(191,142,77); }

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

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

 span { border-color: rgb(191,142,77); }

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