#B9884C

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

Shades of Tussock #B9884C

Tints of Tussock #B9884C

Color information

#B9884C (or 0xB9884C) is unknown color: approx Tussock. HEX triplet: B9, 88 and 4C. RGB value is (185,136,76). Sum of RGB (Red+Green+Blue) = 185+136+76=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9884C is #4677B3. Grayscale: #909090. Windows color (decimal): -4618164 or 5015737. OLE color: 5015737.

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

Color convert

RGB18513676-
CMYK00.260.590.27
HSL33.03º43.78%51.18%-
HSV(B)33.03º58.92%72.55%-
XYZ30.1228.4410.74-
YUV143.8189.73157.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=46.60%
G=34.26%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851367600.260.590.2733.0343.7851.18
HexB9884C01A3B1B212c33
Octal2712101140327333415463
Binary1011100110001000100110001101011101111011100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9884C; }

 p { color: rgb(185,136,76); }

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

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

 a { background-color: rgb(185,136,76); }

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

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

 span { border-color: rgb(185,136,76); }

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