#B98A27

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

Shades of Nugget #B98A27

Tints of Nugget #B98A27

Color information

#B98A27 (or 0xB98A27) is unknown color: approx Nugget. HEX triplet: B9, 8A and 27. RGB value is (185,138,39). Sum of RGB (Red+Green+Blue) = 185+138+39=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A27 is #4675D8. Grayscale: #8D8D8D. Windows color (decimal): -4617689 or 2591417. OLE color: 2591417.

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

Color convert

RGB18513839-
CMYK00.250.790.27
HSL40.68º65.18%43.92%-
HSV(B)40.68º78.92%72.55%-
XYZ29.4628.645.89-
YUV140.7770.57159.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 138 (54.30% from 255) = 38.12%
BLUE value IS 39 (15.62% from 255) = 10.77%
R=51.10%
G=38.12%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851383900.250.790.2740.6865.1843.92
HexB98A270194F1B29412c
Octal27121247031117335110154
Binary10111001100010101001110110011001111110111010011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A27; }

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

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

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

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

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

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

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

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