#BF994A

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

Shades of Tussock #BF994A

Tints of Tussock #BF994A

Color information

#BF994A (or 0xBF994A) is unknown color: approx Tussock. HEX triplet: BF, 99 and 4A. RGB value is (191,153,74). Sum of RGB (Red+Green+Blue) = 191+153+74=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF994A is #4066B5. Grayscale: #9B9B9B. Windows color (decimal): -4220598 or 4889023. OLE color: 4889023.

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

Color convert

RGB19115374-
CMYK00.200.610.25
HSL40.51º47.76%51.96%-
HSV(B)40.51º61.26%74.9%-
XYZ34.1134.3511.31-
YUV155.3682.09153.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 74 (29.30% from 255) = 17.70%
R=45.69%
G=36.60%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911537400.200.610.2540.5147.7651.96
HexBF994A0143D19293034
Octal2772311120247531516064
Binary1011111110011001100101001010011110111001101001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF994A; }

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

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

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

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

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

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

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

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