#B98A1D

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

Shades of Nugget #B98A1D

Tints of Nugget #B98A1D

Color information

#B98A1D (or 0xB98A1D) is unknown color: approx Nugget. HEX triplet: B9, 8A and 1D. RGB value is (185,138,29). Sum of RGB (Red+Green+Blue) = 185+138+29=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A1D is #4675E2. Grayscale: #8C8C8C. Windows color (decimal): -4617699 or 1936057. OLE color: 1936057.

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

Color convert

RGB18513829-
CMYK00.250.840.27
HSL41.92º72.9%41.96%-
HSV(B)41.92º84.32%72.55%-
XYZ29.3228.585.13-
YUV139.6365.57160.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 29 (11.72% from 255) = 8.24%
R=52.56%
G=39.20%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851382900.250.840.2741.9272.941.96
HexB98A1D019541B2a492a
Octal27121235031124335211152
Binary1011100110001010111010110011010100110111010101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A1D; }

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

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

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

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

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

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

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

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