Html Css Color HEX #BA9029 Nugget

📋 copy color: '#BA9029'

red 186 ◦ green 144 ◦ blue 41

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

Shades of Nugget #BA9029

Tints of Nugget #BA9029

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 41 (16.41% from 255) = 11.05%

R = 50.13%
G = 38.81%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA9029 (or 0xBA9029) is known color: Nugget. HEX triplet: BA, 90 and 29. RGB value is (186,144,41). Sum of RGB (Red+Green+Blue) = 186+144+41=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9029 is #456FD6. Grayscale: #919191. Windows color (decimal): -4550615 or 2724026. OLE color: 2724026.

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

Color convert

RGB 186 144 41 -
CMYK 0 0.23 0.78 0.27
HSL 42.62º 0.64% 0.45% -
HSV(B) 42.62º 0.78% 0.73% -
XYZ 30.62 30.55 6.38 -
YUV 144.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 186 144 41 0 0.23 0.78 0.27 42.62 0.64 0.45
Hex BA 90 29 0 17 4E 1B 2B 40 2D
Octal 272 220 51 0 27 116 33 53 100 55
Binary 10111010 10010000 101001 0 10111 1001110 11011 101011 1000000 101101

Color Harmonies of #BA9029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9029

Black with #BA9029

Text Example


Text Example

White with #BA9029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9029; }

 p { color: rgb(186,144,41); }

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

background-color css

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

 a { background-color: rgb(186,144,41); }

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

border-color css

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

 span { border-color: rgb(186,144,41); }

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