#BA8E25

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

Shades of Nugget #BA8E25

Tints of Nugget #BA8E25

Color information

#BA8E25 (or 0xBA8E25) is unknown color: approx Nugget. HEX triplet: BA, 8E and 25. RGB value is (186,142,37). Sum of RGB (Red+Green+Blue) = 186+142+37=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E25 is #4571DA. Grayscale: #8F8F8F. Windows color (decimal): -4551131 or 2461370. OLE color: 2461370.

HSL color Cylindrical-coordinate representation of color #BA8E25: hue angle of 42.28º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8E25 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18614237-
CMYK00.240.800.27
HSL42.28º66.82%43.73%-
HSV(B)42.28º80.11%72.94%-
XYZ30.2629.925.93-
YUV143.1968.08158.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 37 (14.84% from 255) = 10.14%
R=50.96%
G=38.90%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861423700.240.800.2742.2866.8243.73
HexBA8E25018501B2a432c
Octal27221645030120335210354
Binary10111010100011101001010110001010000110111010101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E25; }

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

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

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

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

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

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

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

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