#BA8A1E

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

Shades of Nugget #BA8A1E

Tints of Nugget #BA8A1E

Color information

#BA8A1E (or 0xBA8A1E) is unknown color: approx Nugget. HEX triplet: BA, 8A and 1E. RGB value is (186,138,30). Sum of RGB (Red+Green+Blue) = 186+138+30=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A1E is #4575E1. Grayscale: #8C8C8C. Windows color (decimal): -4552162 or 2001594. OLE color: 2001594.

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

Color convert

RGB18613830-
CMYK00.260.840.27
HSL41.54º72.22%42.35%-
HSV(B)41.54º83.87%72.94%-
XYZ29.5728.715.21-
YUV140.0465.9160.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 30 (12.11% from 255) = 8.47%
R=52.54%
G=38.98%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861383000.260.840.2741.5472.2242.35
HexBA8A1E01A541B2a482a
Octal27221236032124335211052
Binary1011101010001010111100110101010100110111010101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A1E; }

 p { color: rgb(186,138,30); }

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

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

 a { background-color: rgb(186,138,30); }

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

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

 span { border-color: rgb(186,138,30); }

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