#BA8A27

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

Shades of Nugget #BA8A27

Tints of Nugget #BA8A27

Color information

#BA8A27 (or 0xBA8A27) is unknown color: approx Nugget. HEX triplet: BA, 8A and 27. RGB value is (186,138,39). Sum of RGB (Red+Green+Blue) = 186+138+39=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A27 is #4575D8. Grayscale: #8D8D8D. Windows color (decimal): -4552153 or 2591418. OLE color: 2591418.

HSL color Cylindrical-coordinate representation of color #BA8A27: hue angle of 40.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA8A27 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18613839-
CMYK00.260.790.27
HSL40.41º65.33%44.12%-
HSV(B)40.41º79.03%72.94%-
XYZ29.728.765.91-
YUV141.0770.4160.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 39 (15.62% from 255) = 10.74%
R=51.24%
G=38.02%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861383900.260.790.2740.4165.3344.12
HexBA8A2701A4F1B28412c
Octal27221247032117335010154
Binary10111010100010101001110110101001111110111010001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A27; }

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

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

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

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

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

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

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

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