#BD9149

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

Shades of Tussock #BD9149

Tints of Tussock #BD9149

Color information

#BD9149 (or 0xBD9149) is unknown color: approx Tussock. HEX triplet: BD, 91 and 49. RGB value is (189,145,73). Sum of RGB (Red+Green+Blue) = 189+145+73=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9149 is #426EB6. Grayscale: #969696. Windows color (decimal): -4353719 or 4821437. OLE color: 4821437.

HSL color Cylindrical-coordinate representation of color #BD9149: hue angle of 37.24º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD9149 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18914573-
CMYK00.230.610.26
HSL37.24º46.77%51.37%-
HSV(B)37.24º61.38%74.12%-
XYZ32.3131.5510.69-
YUV149.9584.58155.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=46.44%
G=35.63%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891457300.230.610.2637.2446.7751.37
HexBD91490173D1A252f33
Octal2752211110277532455763
Binary1011110110010001100100101011111110111010100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9149; }

 p { color: rgb(189,145,73); }

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

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

 a { background-color: rgb(189,145,73); }

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

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

 span { border-color: rgb(189,145,73); }

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