#B98A28

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

Shades of Nugget #B98A28

Tints of Nugget #B98A28

Color information

#B98A28 (or 0xB98A28) is unknown color: approx Nugget. HEX triplet: B9, 8A and 28. RGB value is (185,138,40). Sum of RGB (Red+Green+Blue) = 185+138+40=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A28 is #4675D7. Grayscale: #8D8D8D. Windows color (decimal): -4617688 or 2656953. OLE color: 2656953.

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

Color convert

RGB18513840-
CMYK00.250.780.27
HSL40.55º64.44%44.12%-
HSV(B)40.55º78.38%72.55%-
XYZ29.4828.645.98-
YUV140.8871.07159.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 40 (16.02% from 255) = 11.02%
R=50.96%
G=38.02%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851384000.250.780.2740.5564.4444.12
HexB98A280194E1B29402c
Octal27121250031116335110054
Binary10111001100010101010000110011001110110111010011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A28; }

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

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

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

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

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

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

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

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