#b98b4f

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

Shades of Tussock #B98B4F

Tints of Tussock #B98B4F

Color information

#B98B4F (or 0xB98B4F) is unknown color: approx Tussock. HEX triplet: B9, 8B and 4F. RGB value is (185,139,79). Sum of RGB (Red+Green+Blue) = 185+139+79=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B4F is #4674B0. Grayscale: #929292. Windows color (decimal): -4617393 or 5213113. OLE color: 5213113.

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

Color convert

RGB18513979-
CMYK00.250.570.27
HSL33.96º43.09%51.76%-
HSV(B)33.96º57.3%72.55%-
XYZ30.6529.3411.45-
YUV145.9190.24155.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=45.91%
G=34.49%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851397900.250.570.2733.9643.0951.76
HexB98B4F019391B222b34
Octal2712131170317133425364
Binary1011100110001011100111101100111100111011100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98b4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98b4f; }

 p { color: rgb(185,139,79); }

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

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

 a { background-color: rgb(185,139,79); }

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

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

 span { border-color: rgb(185,139,79); }

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