Html Css Color HEX #BA8925 Nugget

📋 copy color: '#BA8925'

red 186 ◦ green 137 ◦ blue 37

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

Shades of Nugget #BA8925

Tints of Nugget #BA8925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 51.67%
G = 38.06%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8925 (or 0xBA8925) is known color: Nugget. HEX triplet: BA, 89 and 25. RGB value is (186,137,37). Sum of RGB (Red+Green+Blue) = 186+137+37=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8925 is #4576DA. Grayscale: #8C8C8C. Windows color (decimal): -4552411 or 2460090. OLE color: 2460090.

HSL color Cylindrical-coordinate representation of color #BA8925: hue angle of 40.27º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8925 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 37 -
CMYK 0 0.26 0.80 0.27
HSL 40.27º 0.67% 0.44% -
HSV(B) 40.27º 0.8% 0.73% -
XYZ 29.53 28.46 5.69 -
YUV 140.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 186 137 37 0 0.26 0.80 0.27 40.27 0.67 0.44
Hex BA 89 25 0 1A 50 1B 28 43 2C
Octal 272 211 45 0 32 120 33 50 103 54
Binary 10111010 10001001 100101 0 11010 1010000 11011 101000 1000011 101100

Color Harmonies of #BA8925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8925

Black with #BA8925

Text Example


Text Example

White with #BA8925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8925; }

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

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

background-color css

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

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

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

border-color css

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

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

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