#bf8f46

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

Shades of Tussock #BF8F46

Tints of Tussock #BF8F46

Color information

#BF8F46 (or 0xBF8F46) is unknown color: approx Tussock. HEX triplet: BF, 8F and 46. RGB value is (191,143,70). Sum of RGB (Red+Green+Blue) = 191+143+70=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F46 is #4070B9. Grayscale: #959595. Windows color (decimal): -4223162 or 4624319. OLE color: 4624319.

HSL color Cylindrical-coordinate representation of color #BF8F46: hue angle of 36.2º degrees, saturation: 0.49, 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 #BF8F46 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19114370-
CMYK00.250.630.25
HSL36.2º48.59%51.18%-
HSV(B)36.2º63.35%74.9%-
XYZ32.4131.1610.1-
YUV149.0383.4157.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 70 (27.73% from 255) = 17.33%
R=47.28%
G=35.40%
B=17.33%

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
Decimal1911437000.250.630.2536.248.5951.18
HexBF8F460193F19243133
Octal2772171060317731446163
Binary1011111110001111100011001100111111111001100100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8f46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8f46; }

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

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

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

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

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

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

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

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