#BF984E

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

Shades of Tussock #BF984E

Tints of Tussock #BF984E

Color information

#BF984E (or 0xBF984E) is unknown color: approx Tussock. HEX triplet: BF, 98 and 4E. RGB value is (191,152,78). Sum of RGB (Red+Green+Blue) = 191+152+78=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF984E is #4067B1. Grayscale: #9B9B9B. Windows color (decimal): -4220850 or 5150911. OLE color: 5150911.

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

Color convert

RGB19115278-
CMYK00.200.590.25
HSL39.29º46.89%52.75%-
HSV(B)39.29º59.16%74.9%-
XYZ34.0934.0811.99-
YUV155.2284.42153.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=45.37%
G=36.10%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911527800.200.590.2539.2946.8952.75
HexBF984E0143B19272f35
Octal2772301160247331475765
Binary1011111110011000100111001010011101111001100111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF984E; }

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

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

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

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

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

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

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

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