#B98E28

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

Shades of Nugget #B98E28

Tints of Nugget #B98E28

Color information

#B98E28 (or 0xB98E28) is unknown color: approx Nugget. HEX triplet: B9, 8E and 28. RGB value is (185,142,40). Sum of RGB (Red+Green+Blue) = 185+142+40=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E28 is #4671D7. Grayscale: #8F8F8F. Windows color (decimal): -4616664 or 2657977. OLE color: 2657977.

HSL color Cylindrical-coordinate representation of color #B98E28: hue angle of 42.21º 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 #B98E28 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18514240-
CMYK00.230.780.27
HSL42.21º64.44%44.12%-
HSV(B)42.21º78.38%72.55%-
XYZ30.0629.816.18-
YUV143.2369.75157.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 142 (55.86% from 255) = 38.69%
BLUE value IS 40 (16.02% from 255) = 10.90%
R=50.41%
G=38.69%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851424000.230.780.2742.2164.4444.12
HexB98E280174E1B2a402c
Octal27121650027116335210054
Binary10111001100011101010000101111001110110111010101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E28; }

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

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

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

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

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

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

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

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