#BF9445

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

Shades of Tussock #BF9445

Tints of Tussock #BF9445

Color information

#BF9445 (or 0xBF9445) is unknown color: approx Tussock. HEX triplet: BF, 94 and 45. RGB value is (191,148,69). Sum of RGB (Red+Green+Blue) = 191+148+69=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9445 is #406BBA. Grayscale: #989898. Windows color (decimal): -4221883 or 4560063. OLE color: 4560063.

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

Color convert

RGB19114869-
CMYK00.230.640.25
HSL38.85º48.8%50.98%-
HSV(B)38.85º63.87%74.9%-
XYZ33.1532.6910.19-
YUV151.8581.25155.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=46.81%
G=36.27%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911486900.230.640.2538.8548.850.98
HexBF94450174019273133
Octal27722410502710031476163
Binary10111111100101001000101010111100000011001100111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9445; }

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

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

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

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

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

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

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

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