#BF994C

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

Shades of Tussock #BF994C

Tints of Tussock #BF994C

Color information

#BF994C (or 0xBF994C) is unknown color: approx Tussock. HEX triplet: BF, 99 and 4C. RGB value is (191,153,76). Sum of RGB (Red+Green+Blue) = 191+153+76=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF994C is #4066B3. Grayscale: #9B9B9B. Windows color (decimal): -4220596 or 5020095. OLE color: 5020095.

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

Color convert

RGB19115376-
CMYK00.200.600.25
HSL40.17º47.33%52.35%-
HSV(B)40.17º60.21%74.9%-
XYZ34.1834.3811.67-
YUV155.5883.09153.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 76 (30.08% from 255) = 18.10%
R=45.48%
G=36.43%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911537600.200.600.2540.1747.3352.35
HexBF994C0143C19282f34
Octal2772311140247431505764
Binary1011111110011001100110001010011110011001101000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF994C; }

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

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

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

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

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

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

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

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