#BF9047

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

Shades of Tussock #BF9047

Tints of Tussock #BF9047

Color information

#BF9047 (or 0xBF9047) is unknown color: approx Tussock. HEX triplet: BF, 90 and 47. RGB value is (191,144,71). Sum of RGB (Red+Green+Blue) = 191+144+71=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9047 is #406FB8. Grayscale: #969696. Windows color (decimal): -4222905 or 4690111. OLE color: 4690111.

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

Color convert

RGB19114471-
CMYK00.250.630.25
HSL36.5º48.39%51.37%-
HSV(B)36.5º62.83%74.9%-
XYZ32.631.4810.32-
YUV149.7383.57157.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 71 (28.12% from 255) = 17.49%
R=47.04%
G=35.47%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911447100.250.630.2536.548.3951.37
HexBF90470193F19253033
Octal2772201070317731456063
Binary1011111110010000100011101100111111111001100101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9047; }

 p { color: rgb(191,144,71); }

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

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

 a { background-color: rgb(191,144,71); }

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

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

 span { border-color: rgb(191,144,71); }

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