#B98E20

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

Shades of Nugget #B98E20

Tints of Nugget #B98E20

Color information

#B98E20 (or 0xB98E20) is unknown color: approx Nugget. HEX triplet: B9, 8E and 20. RGB value is (185,142,32). Sum of RGB (Red+Green+Blue) = 185+142+32=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E20 is #4671DF. Grayscale: #8E8E8E. Windows color (decimal): -4616672 or 2133689. OLE color: 2133689.

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

Color convert

RGB18514232-
CMYK00.230.830.27
HSL43.14º70.51%42.55%-
HSV(B)43.14º82.7%72.55%-
XYZ29.9429.765.53-
YUV142.3265.75158.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 142 (55.86% from 255) = 39.55%
BLUE value IS 32 (12.89% from 255) = 8.91%
R=51.53%
G=39.55%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851423200.230.830.2743.1470.5142.55
HexB98E20017531B2b472b
Octal27121640027123335310753
Binary10111001100011101000000101111010011110111010111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E20; }

 p { color: rgb(185,142,32); }

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

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

 a { background-color: rgb(185,142,32); }

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

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

 span { border-color: rgb(185,142,32); }

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