Html Css Color HEX #BA962E Nugget

📋 copy color: '#BA962E'

red 186 ◦ green 150 ◦ blue 46

#BA962E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #BA962E

Tints of Nugget #BA962E

RGB

 RED value IS 186 (73.05% from 255) = 48.69%

 GREEN value IS 150 (58.98% from 255) = 39.27%

 BLUE value IS 46 (18.36% from 255) = 12.04%

R = 48.69%
G = 39.27%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA962E (or 0xBA962E) is known color: Nugget. HEX triplet: BA, 96 and 2E. RGB value is (186,150,46). Sum of RGB (Red+Green+Blue) = 186+150+46=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA962E is #4569D1. Grayscale: #959595. Windows color (decimal): -4549074 or 3053242. OLE color: 3053242.

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

Color convert

RGB 186 150 46 -
CMYK 0 0.19 0.75 0.27
HSL 44.57º 0.6% 0.45% -
HSV(B) 44.57º 0.75% 0.73% -
XYZ 31.65 32.45 7.18 -
YUV 148.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 186 150 46 0 0.19 0.75 0.27 44.57 0.6 0.45
Hex BA 96 2E 0 13 4B 1B 2D 3C 2D
Octal 272 226 56 0 23 113 33 55 74 55
Binary 10111010 10010110 101110 0 10011 1001011 11011 101101 111100 101101

Color Harmonies of #BA962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA962E

Black with #BA962E

Text Example


Text Example

White with #BA962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA962E; }

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

 H1.HeaderClassName
 {
   color: #BA962E;
 }
 .AnyTagClassName
 {
   color: #BA962E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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