#BA8E29

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

Shades of Nugget #BA8E29

Tints of Nugget #BA8E29

Color information

#BA8E29 (or 0xBA8E29) is unknown color: approx Nugget. HEX triplet: BA, 8E and 29. RGB value is (186,142,41). Sum of RGB (Red+Green+Blue) = 186+142+41=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E29 is #4571D6. Grayscale: #909090. Windows color (decimal): -4551127 or 2723514. OLE color: 2723514.

HSL color Cylindrical-coordinate representation of color #BA8E29: hue angle of 41.79º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8E29 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18614241-
CMYK00.240.780.27
HSL41.79º63.88%44.51%-
HSV(B)41.79º77.96%72.94%-
XYZ30.3229.956.28-
YUV143.6470.08158.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 41 (16.41% from 255) = 11.11%
R=50.41%
G=38.48%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861424100.240.780.2741.7963.8844.51
HexBA8E290184E1B2a402d
Octal27221651030116335210055
Binary10111010100011101010010110001001110110111010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E29; }

 p { color: rgb(186,142,41); }

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

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

 a { background-color: rgb(186,142,41); }

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

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

 span { border-color: rgb(186,142,41); }

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