#BF894A

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

Shades of Tussock #BF894A

Tints of Tussock #BF894A

Color information

#BF894A (or 0xBF894A) is unknown color: approx Tussock. HEX triplet: BF, 89 and 4A. RGB value is (191,137,74). Sum of RGB (Red+Green+Blue) = 191+137+74=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF894A is #4076B5. Grayscale: #929292. Windows color (decimal): -4224694 or 4884927. OLE color: 4884927.

HSL color Cylindrical-coordinate representation of color #BF894A: hue angle of 32.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF894A is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19113774-
CMYK00.280.610.25
HSL32.31º47.76%51.96%-
HSV(B)32.31º61.26%74.9%-
XYZ31.6729.4610.5-
YUV145.9687.39160.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=47.51%
G=34.08%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911377400.280.610.2532.3147.7651.96
HexBF894A01C3D19203034
Octal2772111120347531406064
Binary1011111110001001100101001110011110111001100000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF894A; }

 p { color: rgb(191,137,74); }

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

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

 a { background-color: rgb(191,137,74); }

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

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

 span { border-color: rgb(191,137,74); }

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