Html Css Color HEX #BA9028 Nugget

📋 copy color: '#BA9028'

red 186 ◦ green 144 ◦ blue 40

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

Shades of Nugget #BA9028

Tints of Nugget #BA9028

RGB

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

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

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

R = 50.27%
G = 38.92%
B = 10.81%

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

#BA9028 (or 0xBA9028) is known color: Nugget. HEX triplet: BA, 90 and 28. RGB value is (186,144,40). Sum of RGB (Red+Green+Blue) = 186+144+40=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9028 is #456FD7. Grayscale: #919191. Windows color (decimal): -4550616 or 2658490. OLE color: 2658490.

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

Color convert

RGB 186 144 40 -
CMYK 0 0.23 0.78 0.27
HSL 42.74º 0.65% 0.44% -
HSV(B) 42.74º 0.78% 0.73% -
XYZ 30.61 30.54 6.29 -
YUV 144.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 186 144 40 0 0.23 0.78 0.27 42.74 0.65 0.44
Hex BA 90 28 0 17 4E 1B 2B 41 2C
Octal 272 220 50 0 27 116 33 53 101 54
Binary 10111010 10010000 101000 0 10111 1001110 11011 101011 1000001 101100

Color Harmonies of #BA9028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9028

Black with #BA9028

Text Example


Text Example

White with #BA9028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9028; }

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

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

background-color css

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

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

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

border-color css

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

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

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