#BA851F

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

Shades of Nugget #BA851F

Tints of Nugget #BA851F

Color information

#BA851F (or 0xBA851F) is unknown color: approx Nugget. HEX triplet: BA, 85 and 1F. RGB value is (186,133,31). Sum of RGB (Red+Green+Blue) = 186+133+31=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA851F is #457AE0. Grayscale: #898989. Windows color (decimal): -4553441 or 2065850. OLE color: 2065850.

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

Color convert

RGB18613331-
CMYK00.280.830.27
HSL39.48º71.43%42.55%-
HSV(B)39.48º83.33%72.94%-
XYZ28.8827.315.05-
YUV137.2268.06162.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 31 (12.5% from 255) = 8.86%
R=53.14%
G=38%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861333100.280.830.2739.4871.4342.55
HexBA851F01C531B27472b
Octal27220537034123334710753
Binary1011101010000101111110111001010011110111001111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA851F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA851F; }

 p { color: rgb(186,133,31); }

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

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

 a { background-color: rgb(186,133,31); }

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

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

 span { border-color: rgb(186,133,31); }

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