#BF9A4C

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

Shades of Tussock #BF9A4C

Tints of Tussock #BF9A4C

Color information

#BF9A4C (or 0xBF9A4C) is unknown color: approx Tussock. HEX triplet: BF, 9A and 4C. RGB value is (191,154,76). Sum of RGB (Red+Green+Blue) = 191+154+76=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9A4C is #4065B3. Grayscale: #9C9C9C. Windows color (decimal): -4220340 or 5020351. OLE color: 5020351.

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

Color convert

RGB19115476-
CMYK00.190.600.25
HSL40.7º47.33%52.35%-
HSV(B)40.7º60.21%74.9%-
XYZ34.3534.7111.73-
YUV156.1782.76152.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=45.37%
G=36.58%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911547600.190.600.2540.747.3352.35
HexBF9A4C0133C19292f34
Octal2772321140237431515764
Binary1011111110011010100110001001111110011001101001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A4C; }

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

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

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

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

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

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

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

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