#B9934A

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

Shades of Tussock #B9934A

Tints of Tussock #B9934A

Color information

#B9934A (or 0xB9934A) is unknown color: approx Tussock. HEX triplet: B9, 93 and 4A. RGB value is (185,147,74). Sum of RGB (Red+Green+Blue) = 185+147+74=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9934A is #466CB5. Grayscale: #969696. Windows color (decimal): -4615350 or 4887481. OLE color: 4887481.

HSL color Cylindrical-coordinate representation of color #B9934A: hue angle of 39.46º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9934A is Cyan = 0, Magento = 0.21, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB18514774-
CMYK00.210.60.27
HSL39.46º44.22%50.78%-
HSV(B)39.46º60%72.55%-
XYZ31.6831.6810.92-
YUV150.0485.09152.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 74 (29.30% from 255) = 18.23%
R=45.57%
G=36.21%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851477400.210.60.2739.4644.2250.78
HexB9934A0153C1B272c33
Octal2712231120257433475463
Binary1011100110010011100101001010111110011011100111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9934A; }

 p { color: rgb(185,147,74); }

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

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

 a { background-color: rgb(185,147,74); }

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

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

 span { border-color: rgb(185,147,74); }

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