#B98C24

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

Shades of Nugget #B98C24

Tints of Nugget #B98C24

Color information

#B98C24 (or 0xB98C24) is unknown color: approx Nugget. HEX triplet: B9, 8C and 24. RGB value is (185,140,36). Sum of RGB (Red+Green+Blue) = 185+140+36=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C24 is #4673DB. Grayscale: #8E8E8E. Windows color (decimal): -4617180 or 2395321. OLE color: 2395321.

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

Color convert

RGB18514036-
CMYK00.240.810.27
HSL41.88º67.42%43.33%-
HSV(B)41.88º80.54%72.55%-
XYZ29.729.25.74-
YUV141.668.41158.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 36 (14.45% from 255) = 9.97%
R=51.25%
G=38.78%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851403600.240.810.2741.8867.4243.33
HexB98C24018511B2a432b
Octal27121444030121335210353
Binary10111001100011001001000110001010001110111010101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C24; }

 p { color: rgb(185,140,36); }

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

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

 a { background-color: rgb(185,140,36); }

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

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

 span { border-color: rgb(185,140,36); }

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