#BA9227

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

Shades of Nugget #BA9227

Tints of Nugget #BA9227

Color information

#BA9227 (or 0xBA9227) is unknown color: approx Nugget. HEX triplet: BA, 92 and 27. RGB value is (186,146,39). Sum of RGB (Red+Green+Blue) = 186+146+39=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9227 is #456DD8. Grayscale: #929292. Windows color (decimal): -4550105 or 2593466. OLE color: 2593466.

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

Color convert

RGB18614639-
CMYK00.220.790.27
HSL43.67º65.33%44.12%-
HSV(B)43.67º79.03%72.94%-
XYZ30.8931.146.3-
YUV145.7667.75156.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 39 (15.62% from 255) = 10.51%
R=50.13%
G=39.35%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861463900.220.790.2743.6765.3344.12
HexBA92270164F1B2c412c
Octal27222247026117335410154
Binary10111010100100101001110101101001111110111011001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9227; }

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

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

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

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

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

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

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

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