#B89248

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

Shades of Tussock #B89248

Tints of Tussock #B89248

Color information

#B89248 (or 0xB89248) is unknown color: approx Tussock. HEX triplet: B8, 92 and 48. RGB value is (184,146,72). Sum of RGB (Red+Green+Blue) = 184+146+72=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B89248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89248 is #476DB7. Grayscale: #959595. Windows color (decimal): -4681144 or 4756152. OLE color: 4756152.

HSL color Cylindrical-coordinate representation of color #B89248: hue angle of 39.64º 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 #B89248 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18414672-
CMYK00.210.610.28
HSL39.64º44.09%50.2%-
HSV(B)39.64º60.87%72.16%-
XYZ31.2231.2210.51-
YUV148.9384.59153.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 72 (28.52% from 255) = 17.91%
R=45.77%
G=36.32%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841467200.210.610.2839.6444.0950.2
HexB892480153D1C282c32
Octal2702221100257534505462
Binary1011100010010010100100001010111110111100101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89248; }

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

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

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

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

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

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

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

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