Html Css Color HEX #BA9730 Nugget

📋 copy color: '#BA9730'

red 186 ◦ green 151 ◦ blue 48

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

Shades of Nugget #BA9730

Tints of Nugget #BA9730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 48.31%
G = 39.22%
B = 12.47%

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

#BA9730 (or 0xBA9730) is known color: Nugget. HEX triplet: BA, 97 and 30. RGB value is (186,151,48). Sum of RGB (Red+Green+Blue) = 186+151+48=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9730 is #4568CF. Grayscale: #969696. Windows color (decimal): -4548816 or 3184570. OLE color: 3184570.

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

Color convert

RGB 186 151 48 -
CMYK 0 0.19 0.74 0.27
HSL 44.78º 0.59% 0.46% -
HSV(B) 44.78º 0.74% 0.73% -
XYZ 31.85 32.79 7.45 -
YUV 149.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 186 151 48 0 0.19 0.74 0.27 44.78 0.59 0.46
Hex BA 97 30 0 13 4A 1B 2D 3B 2E
Octal 272 227 60 0 23 112 33 55 73 56
Binary 10111010 10010111 110000 0 10011 1001010 11011 101101 111011 101110

Color Harmonies of #BA9730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9730

Black with #BA9730

Text Example


Text Example

White with #BA9730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9730; }

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

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

background-color css

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

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

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

border-color css

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

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

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