#BA861D

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

Shades of Nugget #BA861D

Tints of Nugget #BA861D

Color information

#BA861D (or 0xBA861D) is unknown color: approx Nugget. HEX triplet: BA, 86 and 1D. RGB value is (186,134,29). Sum of RGB (Red+Green+Blue) = 186+134+29=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA861D is #4579E2. Grayscale: #8A8A8A. Windows color (decimal): -4553187 or 1935034. OLE color: 1935034.

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

Color convert

RGB18613429-
CMYK00.280.840.27
HSL40.13º73.02%42.16%-
HSV(B)40.13º84.41%72.94%-
XYZ2927.584.96-
YUV137.5866.73162.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 29 (11.72% from 255) = 8.31%
R=53.30%
G=38.40%
B=8.31%

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
Decimal1861342900.280.840.2740.1373.0242.16
HexBA861D01C541B28492a
Octal27220635034124335011152
Binary1011101010000110111010111001010100110111010001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA861D; }

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

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

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

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

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

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

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

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