#BA8C28

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

Shades of Nugget #BA8C28

Tints of Nugget #BA8C28

Color information

#BA8C28 (or 0xBA8C28) is unknown color: approx Nugget. HEX triplet: BA, 8C and 28. RGB value is (186,140,40). Sum of RGB (Red+Green+Blue) = 186+140+40=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C28 is #4573D7. Grayscale: #8E8E8E. Windows color (decimal): -4551640 or 2657466. OLE color: 2657466.

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

Color convert

RGB18614040-
CMYK00.250.780.27
HSL41.1º64.6%44.31%-
HSV(B)41.1º78.49%72.94%-
XYZ30.0129.356.09-
YUV142.3570.24159.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 140 (55.08% from 255) = 38.25%
BLUE value IS 40 (16.02% from 255) = 10.93%
R=50.82%
G=38.25%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861404000.250.780.2741.164.644.31
HexBA8C280194E1B29412c
Octal27221450031116335110154
Binary10111010100011001010000110011001110110111010011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C28; }

 p { color: rgb(186,140,40); }

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

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

 a { background-color: rgb(186,140,40); }

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

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

 span { border-color: rgb(186,140,40); }

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