#B98A4C

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

Shades of Tussock #B98A4C

Tints of Tussock #B98A4C

Color information

#B98A4C (or 0xB98A4C) is unknown color: approx Tussock. HEX triplet: B9, 8A and 4C. RGB value is (185,138,76). Sum of RGB (Red+Green+Blue) = 185+138+76=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A4C is #4675B3. Grayscale: #919191. Windows color (decimal): -4617652 or 5016249. OLE color: 5016249.

HSL color Cylindrical-coordinate representation of color #B98A4C: hue angle of 34.13º 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 #B98A4C is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18513876-
CMYK00.250.590.27
HSL34.13º43.78%51.18%-
HSV(B)34.13º58.92%72.55%-
XYZ30.429.0110.84-
YUV144.9889.07156.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 76 (30.08% from 255) = 19.05%
R=46.37%
G=34.59%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851387600.250.590.2734.1343.7851.18
HexB98A4C0193B1B222c33
Octal2712121140317333425463
Binary1011100110001010100110001100111101111011100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A4C; }

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

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

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

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

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

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

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

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