#BA962B

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

Shades of Nugget #BA962B

Tints of Nugget #BA962B

Color information

#BA962B (or 0xBA962B) is unknown color: approx Nugget. HEX triplet: BA, 96 and 2B. RGB value is (186,150,43). Sum of RGB (Red+Green+Blue) = 186+150+43=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA962B is #4569D4. Grayscale: #959595. Windows color (decimal): -4549077 or 2856634. OLE color: 2856634.

HSL color Cylindrical-coordinate representation of color #BA962B: hue angle of 44.9º degrees, saturation: 0.62, 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 #BA962B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18615043-
CMYK00.190.770.27
HSL44.9º62.45%44.9%-
HSV(B)44.9º76.88%72.94%-
XYZ31.5932.436.88-
YUV148.5768.43154.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 43 (17.19% from 255) = 11.35%
R=49.08%
G=39.58%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861504300.190.770.2744.962.4544.9
HexBA962B0134D1B2d3e2d
Octal2722265302311533557655
Binary1011101010010110101011010011100110111011101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA962B; }

 p { color: rgb(186,150,43); }

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

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

 a { background-color: rgb(186,150,43); }

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

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

 span { border-color: rgb(186,150,43); }

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