#B3861F

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

Shades of Nugget #B3861F

Tints of Nugget #B3861F

Color information

#B3861F (or 0xB3861F) is unknown color: approx Nugget. HEX triplet: B3, 86 and 1F. RGB value is (179,134,31). Sum of RGB (Red+Green+Blue) = 179+134+31=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3861F is #4C79E0. Grayscale: #888888. Windows color (decimal): -5011937 or 2066099. OLE color: 2066099.

HSL color Cylindrical-coordinate representation of color #B3861F: hue angle of 41.76º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3861F is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17913431-
CMYK00.250.830.30
HSL41.76º70.48%41.18%-
HSV(B)41.76º82.68%70.2%-
XYZ27.3626.735.01-
YUV135.7168.91158.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 31 (12.5% from 255) = 9.01%
R=52.03%
G=38.95%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791343100.250.830.3041.7670.4841.18
HexB3861F019531E2a4629
Octal26320637031123365210651
Binary1011001110000110111110110011010011111101010101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3861F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3861F; }

 p { color: rgb(179,134,31); }

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

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

 a { background-color: rgb(179,134,31); }

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

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

 span { border-color: rgb(179,134,31); }

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