#BF9048

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

Shades of Tussock #BF9048

Tints of Tussock #BF9048

Color information

#BF9048 (or 0xBF9048) is unknown color: approx Tussock. HEX triplet: BF, 90 and 48. RGB value is (191,144,72). Sum of RGB (Red+Green+Blue) = 191+144+72=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9048 is #406FB7. Grayscale: #969696. Windows color (decimal): -4222904 or 4755647. OLE color: 4755647.

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

Color convert

RGB19114472-
CMYK00.250.620.25
HSL36.3º48.18%51.57%-
HSV(B)36.3º62.3%74.9%-
XYZ32.6331.4910.49-
YUV149.8484.07157.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=46.93%
G=35.38%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911447200.250.620.2536.348.1851.57
HexBF90480193E19243034
Octal2772201100317631446064
Binary1011111110010000100100001100111111011001100100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9048; }

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

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

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

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

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

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

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

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