Html Css Color HEX #BA8524 Nugget

📋 copy color: '#BA8524'

red 186 ◦ green 133 ◦ blue 36

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

Shades of Nugget #BA8524

Tints of Nugget #BA8524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.14%

R = 52.39%
G = 37.46%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8524 (or 0xBA8524) is known color: Nugget. HEX triplet: BA, 85 and 24. RGB value is (186,133,36). Sum of RGB (Red+Green+Blue) = 186+133+36=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8524 is #457ADB. Grayscale: #8A8A8A. Windows color (decimal): -4553436 or 2393530. OLE color: 2393530.

HSL color Cylindrical-coordinate representation of color #BA8524: hue angle of 38.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA8524 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 133 36 -
CMYK 0 0.28 0.81 0.27
HSL 38.8º 0.68% 0.44% -
HSV(B) 38.8º 0.81% 0.73% -
XYZ 28.96 27.34 5.42 -
YUV 137.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 186 133 36 0 0.28 0.81 0.27 38.8 0.68 0.44
Hex BA 85 24 0 1C 51 1B 27 44 2C
Octal 272 205 44 0 34 121 33 47 104 54
Binary 10111010 10000101 100100 0 11100 1010001 11011 100111 1000100 101100

Color Harmonies of #BA8524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8524

Black with #BA8524

Text Example


Text Example

White with #BA8524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8524; }

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

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

background-color css

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

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

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

border-color css

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

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

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