#B98A4A

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

Shades of Tussock #B98A4A

Tints of Tussock #B98A4A

Color information

#B98A4A (or 0xB98A4A) is unknown color: approx Tussock. HEX triplet: B9, 8A and 4A. RGB value is (185,138,74). Sum of RGB (Red+Green+Blue) = 185+138+74=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A4A is #4675B5. Grayscale: #919191. Windows color (decimal): -4617654 or 4885177. OLE color: 4885177.

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

Color convert

RGB18513874-
CMYK00.250.60.27
HSL34.59º44.22%50.78%-
HSV(B)34.59º60%72.55%-
XYZ30.3328.9910.47-
YUV144.7688.07156.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=46.60%
G=34.76%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851387400.250.60.2734.5944.2250.78
HexB98A4A0193C1B232c33
Octal2712121120317433435463
Binary1011100110001010100101001100111110011011100011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A4A; }

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

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

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

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

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

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

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

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