Html Css Color HEX #BA8924 Nugget

📋 copy color: '#BA8924'

red 186 ◦ green 137 ◦ blue 36

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

Shades of Nugget #BA8924

Tints of Nugget #BA8924

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

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

R = 51.81%
G = 38.16%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8924 (or 0xBA8924) is known color: Nugget. HEX triplet: BA, 89 and 24. RGB value is (186,137,36). Sum of RGB (Red+Green+Blue) = 186+137+36=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8924 is #4576DB. Grayscale: #8C8C8C. Windows color (decimal): -4552412 or 2394554. OLE color: 2394554.

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

Color convert

RGB 186 137 36 -
CMYK 0 0.26 0.81 0.27
HSL 40.4º 0.68% 0.44% -
HSV(B) 40.4º 0.81% 0.73% -
XYZ 29.51 28.46 5.61 -
YUV 140.14 69.23 160.71 -
System Red Green Blue C M Y K H S L
Decimal 186 137 36 0 0.26 0.81 0.27 40.4 0.68 0.44
Hex BA 89 24 0 1A 51 1B 28 44 2C
Octal 272 211 44 0 32 121 33 50 104 54
Binary 10111010 10001001 100100 0 11010 1010001 11011 101000 1000100 101100

Color Harmonies of #BA8924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8924

Black with #BA8924

Text Example


Text Example

White with #BA8924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8924; }

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

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

background-color css

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

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

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

border-color css

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

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

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