Html Css Color HEX #BA9631 Nugget

📋 copy color: '#BA9631'

red 186 ◦ green 150 ◦ blue 49

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

Shades of Nugget #BA9631

Tints of Nugget #BA9631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.73%

R = 48.31%
G = 38.96%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA9631 (or 0xBA9631) is known color: Nugget. HEX triplet: BA, 96 and 31. RGB value is (186,150,49). Sum of RGB (Red+Green+Blue) = 186+150+49=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9631 is #4569CE. Grayscale: #959595. Windows color (decimal): -4549071 or 3249850. OLE color: 3249850.

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

Color convert

RGB 186 150 49 -
CMYK 0 0.19 0.74 0.27
HSL 44.23º 0.58% 0.46% -
HSV(B) 44.23º 0.74% 0.73% -
XYZ 31.71 32.47 7.5 -
YUV 149.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 186 150 49 0 0.19 0.74 0.27 44.23 0.58 0.46
Hex BA 96 31 0 13 4A 1B 2C 3A 2E
Octal 272 226 61 0 23 112 33 54 72 56
Binary 10111010 10010110 110001 0 10011 1001010 11011 101100 111010 101110

Color Harmonies of #BA9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9631

Black with #BA9631

Text Example


Text Example

White with #BA9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9631; }

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

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

background-color css

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

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

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

border-color css

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

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

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