#B9861E

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

Shades of Nugget #B9861E

Tints of Nugget #B9861E

Color information

#B9861E (or 0xB9861E) is unknown color: approx Nugget. HEX triplet: B9, 86 and 1E. RGB value is (185,134,30). Sum of RGB (Red+Green+Blue) = 185+134+30=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9861E is #4679E1. Grayscale: #898989. Windows color (decimal): -4618722 or 2000569. OLE color: 2000569.

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

Color convert

RGB18513430-
CMYK00.280.840.27
HSL40.26º72.09%42.16%-
HSV(B)40.26º83.78%72.55%-
XYZ28.7727.465.01-
YUV137.3967.4161.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 30 (12.11% from 255) = 8.60%
R=53.01%
G=38.40%
B=8.60%

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
Decimal1851343000.280.840.2740.2672.0942.16
HexB9861E01C541B28482a
Octal27120636034124335011052
Binary1011100110000110111100111001010100110111010001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9861E; }

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

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

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

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

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

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

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

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