Html Css Color HEX #BA9830 Nugget

📋 copy color: '#BA9830'

red 186 ◦ green 152 ◦ blue 48

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

Shades of Nugget #BA9830

Tints of Nugget #BA9830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.38%

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

R = 48.19%
G = 39.38%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA9830 (or 0xBA9830) is known color: Nugget. HEX triplet: BA, 98 and 30. RGB value is (186,152,48). Sum of RGB (Red+Green+Blue) = 186+152+48=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9830 is #4567CF. Grayscale: #969696. Windows color (decimal): -4548560 or 3184826. OLE color: 3184826.

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

Color convert

RGB 186 152 48 -
CMYK 0 0.18 0.74 0.27
HSL 45.22º 0.59% 0.46% -
HSV(B) 45.22º 0.74% 0.73% -
XYZ 32.01 33.11 7.5 -
YUV 150.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 186 152 48 0 0.18 0.74 0.27 45.22 0.59 0.46
Hex BA 98 30 0 12 4A 1B 2D 3B 2E
Octal 272 230 60 0 22 112 33 55 73 56
Binary 10111010 10011000 110000 0 10010 1001010 11011 101101 111011 101110

Color Harmonies of #BA9830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9830

Black with #BA9830

Text Example


Text Example

White with #BA9830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9830; }

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

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

background-color css

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

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

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

border-color css

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

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

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