#BF8F48

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

Shades of Tussock #BF8F48

Tints of Tussock #BF8F48

Color information

#BF8F48 (or 0xBF8F48) is unknown color: approx Tussock. HEX triplet: BF, 8F and 48. RGB value is (191,143,72). Sum of RGB (Red+Green+Blue) = 191+143+72=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F48 is #4070B7. Grayscale: #959595. Windows color (decimal): -4223160 or 4755391. OLE color: 4755391.

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

Color convert

RGB19114372-
CMYK00.250.620.25
HSL35.8º48.18%51.57%-
HSV(B)35.8º62.3%74.9%-
XYZ32.4831.1910.44-
YUV149.2684.4157.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 72 (28.52% from 255) = 17.73%
R=47.04%
G=35.22%
B=17.73%

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
Decimal1911437200.250.620.2535.848.1851.57
HexBF8F480193E19243034
Octal2772171100317631446064
Binary1011111110001111100100001100111111011001100100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F48; }

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

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

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

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

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

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

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

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