Html Css Color HEX #BA9732 Nugget

📋 copy color: '#BA9732'

red 186 ◦ green 151 ◦ blue 50

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

Shades of Nugget #BA9732

Tints of Nugget #BA9732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.02%

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 48.06%
G = 39.02%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA9732 (or 0xBA9732) is known color: Nugget. HEX triplet: BA, 97 and 32. RGB value is (186,151,50). Sum of RGB (Red+Green+Blue) = 186+151+50=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9732 is #4568CD. Grayscale: #969696. Windows color (decimal): -4548814 or 3315642. OLE color: 3315642.

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

Color convert

RGB 186 151 50 -
CMYK 0 0.19 0.73 0.27
HSL 44.56º 0.58% 0.46% -
HSV(B) 44.56º 0.73% 0.73% -
XYZ 31.89 32.8 7.67 -
YUV 149.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 186 151 50 0 0.19 0.73 0.27 44.56 0.58 0.46
Hex BA 97 32 0 13 49 1B 2D 3A 2E
Octal 272 227 62 0 23 111 33 55 72 56
Binary 10111010 10010111 110010 0 10011 1001001 11011 101101 111010 101110

Color Harmonies of #BA9732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9732

Black with #BA9732

Text Example


Text Example

White with #BA9732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9732; }

 p { color: rgb(186,151,50); }

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

background-color css

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

 a { background-color: rgb(186,151,50); }

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

border-color css

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

 span { border-color: rgb(186,151,50); }

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