Html Css Color HEX #BA9227 Nugget

📋 copy color: '#BA9227'

red 186 ◦ green 146 ◦ blue 39

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

Shades of Nugget #BA9227

Tints of Nugget #BA9227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.51%

R = 50.13%
G = 39.35%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA9227 (or 0xBA9227) is known color: Nugget. HEX triplet: BA, 92 and 27. RGB value is (186,146,39). Sum of RGB (Red+Green+Blue) = 186+146+39=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9227 is #456DD8. Grayscale: #929292. Windows color (decimal): -4550105 or 2593466. OLE color: 2593466.

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

Color convert

RGB 186 146 39 -
CMYK 0 0.22 0.79 0.27
HSL 43.67º 0.65% 0.44% -
HSV(B) 43.67º 0.79% 0.73% -
XYZ 30.89 31.14 6.3 -
YUV 145.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 186 146 39 0 0.22 0.79 0.27 43.67 0.65 0.44
Hex BA 92 27 0 16 4F 1B 2C 41 2C
Octal 272 222 47 0 26 117 33 54 101 54
Binary 10111010 10010010 100111 0 10110 1001111 11011 101100 1000001 101100

Color Harmonies of #BA9227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9227

Black with #BA9227

Text Example


Text Example

White with #BA9227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9227; }

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

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

background-color css

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

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

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

border-color css

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

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

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