#B89350

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

Shades of Tussock #B89350

Tints of Tussock #B89350

Color information

#B89350 (or 0xB89350) is unknown color: approx Tussock. HEX triplet: B8, 93 and 50. RGB value is (184,147,80). Sum of RGB (Red+Green+Blue) = 184+147+80=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B89350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89350 is #476CAF. Grayscale: #969696. Windows color (decimal): -4680880 or 5280696. OLE color: 5280696.

HSL color Cylindrical-coordinate representation of color #B89350: hue angle of 38.65º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B89350 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18414780-
CMYK00.200.570.28
HSL38.65º42.28%51.76%-
HSV(B)38.65º56.52%72.16%-
XYZ31.6531.6412.03-
YUV150.4388.26151.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 80 (31.64% from 255) = 19.46%
R=44.77%
G=35.77%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841478000.200.570.2838.6542.2851.76
HexB89350014391C272a34
Octal2702231200247134475264
Binary1011100010010011101000001010011100111100100111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89350; }

 p { color: rgb(184,147,80); }

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

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

 a { background-color: rgb(184,147,80); }

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

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

 span { border-color: rgb(184,147,80); }

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