#B9861D

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

Shades of Nugget #B9861D

Tints of Nugget #B9861D

Color information

#B9861D (or 0xB9861D) is unknown color: approx Nugget. HEX triplet: B9, 86 and 1D. RGB value is (185,134,29). Sum of RGB (Red+Green+Blue) = 185+134+29=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9861D is #4679E2. Grayscale: #898989. Windows color (decimal): -4618723 or 1935033. OLE color: 1935033.

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

Color convert

RGB18513429-
CMYK00.280.840.27
HSL40.38º72.9%41.96%-
HSV(B)40.38º84.32%72.55%-
XYZ28.7527.454.95-
YUV137.2866.9162.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=53.16%
G=38.51%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851342900.280.840.2740.3872.941.96
HexB9861D01C541B28492a
Octal27120635034124335011152
Binary1011100110000110111010111001010100110111010001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9861D; }

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

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

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

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

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

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

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

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