#BD9250

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

Shades of Tussock #BD9250

Tints of Tussock #BD9250

Color information

#BD9250 (or 0xBD9250) is unknown color: approx Tussock. HEX triplet: BD, 92 and 50. RGB value is (189,146,80). Sum of RGB (Red+Green+Blue) = 189+146+80=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9250 is #426DAF. Grayscale: #979797. Windows color (decimal): -4353456 or 5280445. OLE color: 5280445.

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

Color convert

RGB18914680-
CMYK00.230.580.26
HSL36.33º45.23%52.75%-
HSV(B)36.33º57.67%74.12%-
XYZ32.7131.9612.03-
YUV151.3387.75154.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=45.54%
G=35.18%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891468000.230.580.2636.3345.2352.75
HexBD92500173A1A242d35
Octal2752221200277232445565
Binary1011110110010010101000001011111101011010100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9250; }

 p { color: rgb(189,146,80); }

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

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

 a { background-color: rgb(189,146,80); }

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

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

 span { border-color: rgb(189,146,80); }

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