#ba881e

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

Shades of Nugget #BA881E

Tints of Nugget #BA881E

Color information

#BA881E (or 0xBA881E) is unknown color: approx Nugget. HEX triplet: BA, 88 and 1E. RGB value is (186,136,30). Sum of RGB (Red+Green+Blue) = 186+136+30=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA881E is #4577E1. Grayscale: #8B8B8B. Windows color (decimal): -4552674 or 2001082. OLE color: 2001082.

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

Color convert

RGB18613630-
CMYK00.270.840.27
HSL40.77º72.22%42.35%-
HSV(B)40.77º83.87%72.94%-
XYZ29.2928.145.12-
YUV138.8766.56161.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 30 (12.11% from 255) = 8.52%
R=52.84%
G=38.64%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861363000.270.840.2740.7772.2242.35
HexBA881E01B541B29482a
Octal27221036033124335111052
Binary1011101010001000111100110111010100110111010011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba881e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba881e; }

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

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

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

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

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

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

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

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