Html Css Color HEX #BA8520 Nugget

📋 copy color: '#BA8520'

red 186 ◦ green 133 ◦ blue 32

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

Shades of Nugget #BA8520

Tints of Nugget #BA8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

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

R = 52.99%
G = 37.89%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA8520 (or 0xBA8520) is known color: Nugget. HEX triplet: BA, 85 and 20. RGB value is (186,133,32). Sum of RGB (Red+Green+Blue) = 186+133+32=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8520 is #457ADF. Grayscale: #898989. Windows color (decimal): -4553440 or 2131386. OLE color: 2131386.

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

Color convert

RGB 186 133 32 -
CMYK 0 0.28 0.83 0.27
HSL 39.35º 0.71% 0.43% -
HSV(B) 39.35º 0.83% 0.73% -
XYZ 28.9 27.32 5.12 -
YUV 137.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 186 133 32 0 0.28 0.83 0.27 39.35 0.71 0.43
Hex BA 85 20 0 1C 53 1B 27 47 2B
Octal 272 205 40 0 34 123 33 47 107 53
Binary 10111010 10000101 100000 0 11100 1010011 11011 100111 1000111 101011

Color Harmonies of #BA8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8520

Black with #BA8520

Text Example


Text Example

White with #BA8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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