#BA932A

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

Shades of Nugget #BA932A

Tints of Nugget #BA932A

Color information

#BA932A (or 0xBA932A) is unknown color: approx Nugget. HEX triplet: BA, 93 and 2A. RGB value is (186,147,42). Sum of RGB (Red+Green+Blue) = 186+147+42=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA932A is #456CD5. Grayscale: #939393. Windows color (decimal): -4549846 or 2790330. OLE color: 2790330.

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

Color convert

RGB18614742-
CMYK00.210.770.27
HSL43.75º63.16%44.71%-
HSV(B)43.75º77.42%72.94%-
XYZ31.131.476.63-
YUV146.6968.92156.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=49.6%
G=39.2%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861474200.210.770.2743.7563.1644.71
HexBA932A0154D1B2c3f2d
Octal2722235202511533547755
Binary1011101010010011101010010101100110111011101100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA932A; }

 p { color: rgb(186,147,42); }

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

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

 a { background-color: rgb(186,147,42); }

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

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

 span { border-color: rgb(186,147,42); }

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