Html Css Color HEX #BA8420 Nugget

📋 copy color: '#BA8420'

red 186 ◦ green 132 ◦ blue 32

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

Shades of Nugget #BA8420

Tints of Nugget #BA8420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.71%

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 53.14%
G = 37.71%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA8420 (or 0xBA8420) is known color: Nugget. HEX triplet: BA, 84 and 20. RGB value is (186,132,32). Sum of RGB (Red+Green+Blue) = 186+132+32=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8420 is #457BDF. Grayscale: #898989. Windows color (decimal): -4553696 or 2131130. OLE color: 2131130.

HSL color Cylindrical-coordinate representation of color #BA8420: hue angle of 38.96º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA8420 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 32 -
CMYK 0 0.29 0.83 0.27
HSL 38.96º 0.71% 0.43% -
HSV(B) 38.96º 0.83% 0.73% -
XYZ 28.76 27.05 5.07 -
YUV 136.75 68.89 163.13 -
System Red Green Blue C M Y K H S L
Decimal 186 132 32 0 0.29 0.83 0.27 38.96 0.71 0.43
Hex BA 84 20 0 1D 53 1B 27 47 2B
Octal 272 204 40 0 35 123 33 47 107 53
Binary 10111010 10000100 100000 0 11101 1010011 11011 100111 1000111 101011

Color Harmonies of #BA8420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8420

Black with #BA8420

Text Example


Text Example

White with #BA8420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8420; }

 p { color: rgb(186,132,32); }

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

background-color css

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

 a { background-color: rgb(186,132,32); }

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

border-color css

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

 span { border-color: rgb(186,132,32); }

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