Html Css Color HEX #BA9528 Nugget

📋 copy color: '#BA9528'

red 186 ◦ green 149 ◦ blue 40

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

Shades of Nugget #BA9528

Tints of Nugget #BA9528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 49.6%
G = 39.73%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA9528 (or 0xBA9528) is known color: Nugget. HEX triplet: BA, 95 and 28. RGB value is (186,149,40). Sum of RGB (Red+Green+Blue) = 186+149+40=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9528 is #456AD7. Grayscale: #949494. Windows color (decimal): -4549336 or 2659770. OLE color: 2659770.

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

Color convert

RGB 186 149 40 -
CMYK 0 0.20 0.78 0.27
HSL 44.79º 0.65% 0.44% -
HSV(B) 44.79º 0.78% 0.73% -
XYZ 31.38 32.09 6.55 -
YUV 147.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 186 149 40 0 0.20 0.78 0.27 44.79 0.65 0.44
Hex BA 95 28 0 14 4E 1B 2D 41 2C
Octal 272 225 50 0 24 116 33 55 101 54
Binary 10111010 10010101 101000 0 10100 1001110 11011 101101 1000001 101100

Color Harmonies of #BA9528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9528

Black with #BA9528

Text Example


Text Example

White with #BA9528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9528; }

 p { color: rgb(186,149,40); }

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

background-color css

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

 a { background-color: rgb(186,149,40); }

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

border-color css

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

 span { border-color: rgb(186,149,40); }

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