#BF9448

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

Shades of Tussock #BF9448

Tints of Tussock #BF9448

Color information

#BF9448 (or 0xBF9448) is unknown color: approx Tussock. HEX triplet: BF, 94 and 48. RGB value is (191,148,72). Sum of RGB (Red+Green+Blue) = 191+148+72=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9448 is #406BB7. Grayscale: #989898. Windows color (decimal): -4221880 or 4756671. OLE color: 4756671.

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

Color convert

RGB19114872-
CMYK00.230.620.25
HSL38.32º48.18%51.57%-
HSV(B)38.32º62.3%74.9%-
XYZ33.2532.7210.7-
YUV152.1982.75155.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=46.47%
G=36.01%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911487200.230.620.2538.3248.1851.57
HexBF94480173E19263034
Octal2772241100277631466064
Binary1011111110010100100100001011111111011001100110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9448; }

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

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

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

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

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

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

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

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