Html Css Color HEX #BA9020 Nugget

📋 copy color: '#BA9020'

red 186 ◦ green 144 ◦ blue 32

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

Shades of Nugget #BA9020

Tints of Nugget #BA9020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

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

R = 51.38%
G = 39.78%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA9020 (or 0xBA9020) is known color: Nugget. HEX triplet: BA, 90 and 20. RGB value is (186,144,32). Sum of RGB (Red+Green+Blue) = 186+144+32=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9020 is #456FDF. Grayscale: #909090. Windows color (decimal): -4550624 or 2134202. OLE color: 2134202.

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

Color convert

RGB 186 144 32 -
CMYK 0 0.23 0.83 0.27
HSL 43.64º 0.71% 0.43% -
HSV(B) 43.64º 0.83% 0.73% -
XYZ 30.48 30.49 5.64 -
YUV 143.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 186 144 32 0 0.23 0.83 0.27 43.64 0.71 0.43
Hex BA 90 20 0 17 53 1B 2C 47 2B
Octal 272 220 40 0 27 123 33 54 107 53
Binary 10111010 10010000 100000 0 10111 1010011 11011 101100 1000111 101011

Color Harmonies of #BA9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9020

Black with #BA9020

Text Example


Text Example

White with #BA9020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9020; }

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

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

background-color css

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

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

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

border-color css

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

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

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