#B89048

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

Shades of Tussock #B89048

Tints of Tussock #B89048

Color information

#B89048 (or 0xB89048) is unknown color: approx Tussock. HEX triplet: B8, 90 and 48. RGB value is (184,144,72). Sum of RGB (Red+Green+Blue) = 184+144+72=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B89048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89048 is #476FB7. Grayscale: #949494. Windows color (decimal): -4681656 or 4755640. OLE color: 4755640.

HSL color Cylindrical-coordinate representation of color #B89048: hue angle of 38.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B89048 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18414472-
CMYK00.220.610.28
HSL38.57º44.09%50.2%-
HSV(B)38.57º60.87%72.16%-
XYZ30.9130.610.41-
YUV147.7585.25153.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 72 (28.52% from 255) = 18%
R=46%
G=36%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841447200.220.610.2838.5744.0950.2
HexB890480163D1C272c32
Octal2702201100267534475462
Binary1011100010010000100100001011011110111100100111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89048; }

 p { color: rgb(184,144,72); }

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

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

 a { background-color: rgb(184,144,72); }

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

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

 span { border-color: rgb(184,144,72); }

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