#BD904A

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

Shades of Tussock #BD904A

Tints of Tussock #BD904A

Color information

#BD904A (or 0xBD904A) is unknown color: approx Tussock. HEX triplet: BD, 90 and 4A. RGB value is (189,144,74). Sum of RGB (Red+Green+Blue) = 189+144+74=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD904A is #426FB5. Grayscale: #959595. Windows color (decimal): -4353974 or 4886717. OLE color: 4886717.

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

Color convert

RGB18914474-
CMYK00.240.610.26
HSL36.52º46.56%51.57%-
HSV(B)36.52º60.85%74.12%-
XYZ32.231.2610.82-
YUV149.4885.41156.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=46.44%
G=35.38%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891447400.240.610.2636.5246.5651.57
HexBD904A0183D1A252f34
Octal2752201120307532455764
Binary1011110110010000100101001100011110111010100101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD904A; }

 p { color: rgb(189,144,74); }

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

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

 a { background-color: rgb(189,144,74); }

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

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

 span { border-color: rgb(189,144,74); }

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