Html Css Color HEX #BA9226 Nugget

📋 copy color: '#BA9226'

red 186 ◦ green 146 ◦ blue 38

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

Shades of Nugget #BA9226

Tints of Nugget #BA9226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.46%

 BLUE value IS 38 (15.23% from 255) = 10.27%

R = 50.27%
G = 39.46%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA9226 (or 0xBA9226) is known color: Nugget. HEX triplet: BA, 92 and 26. RGB value is (186,146,38). Sum of RGB (Red+Green+Blue) = 186+146+38=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9226 is #456DD9. Grayscale: #929292. Windows color (decimal): -4550106 or 2527930. OLE color: 2527930.

HSL color Cylindrical-coordinate representation of color #BA9226: hue angle of 43.78º degrees, saturation: 0.66, 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 #BA9226 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 146 38 -
CMYK 0 0.22 0.80 0.27
HSL 43.78º 0.66% 0.44% -
HSV(B) 43.78º 0.8% 0.73% -
XYZ 30.88 31.14 6.22 -
YUV 145.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 186 146 38 0 0.22 0.80 0.27 43.78 0.66 0.44
Hex BA 92 26 0 16 50 1B 2C 42 2C
Octal 272 222 46 0 26 120 33 54 102 54
Binary 10111010 10010010 100110 0 10110 1010000 11011 101100 1000010 101100

Color Harmonies of #BA9226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9226

Black with #BA9226

Text Example


Text Example

White with #BA9226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9226; }

 p { color: rgb(186,146,38); }

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

background-color css

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

 a { background-color: rgb(186,146,38); }

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

border-color css

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

 span { border-color: rgb(186,146,38); }

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