#BF9148

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

Shades of Tussock #BF9148

Tints of Tussock #BF9148

Color information

#BF9148 (or 0xBF9148) is unknown color: approx Tussock. HEX triplet: BF, 91 and 48. RGB value is (191,145,72). Sum of RGB (Red+Green+Blue) = 191+145+72=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9148 is #406EB7. Grayscale: #969696. Windows color (decimal): -4222648 or 4755903. OLE color: 4755903.

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

Color convert

RGB19114572-
CMYK00.240.620.25
HSL36.81º48.18%51.57%-
HSV(B)36.81º62.3%74.9%-
XYZ32.7831.810.54-
YUV150.4383.74156.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=46.81%
G=35.54%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911457200.240.620.2536.8148.1851.57
HexBF91480183E19253034
Octal2772211100307631456064
Binary1011111110010001100100001100011111011001100101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9148; }

 p { color: rgb(191,145,72); }

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

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

 a { background-color: rgb(191,145,72); }

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

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

 span { border-color: rgb(191,145,72); }

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