Html Css Color HEX #BA8926 Nugget

📋 copy color: '#BA8926'

red 186 ◦ green 137 ◦ blue 38

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

Shades of Nugget #BA8926

Tints of Nugget #BA8926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

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

R = 51.52%
G = 37.95%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8926 (or 0xBA8926) is known color: Nugget. HEX triplet: BA, 89 and 26. RGB value is (186,137,38). Sum of RGB (Red+Green+Blue) = 186+137+38=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8926 is #4576D9. Grayscale: #8C8C8C. Windows color (decimal): -4552410 or 2525626. OLE color: 2525626.

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

Color convert

RGB 186 137 38 -
CMYK 0 0.26 0.80 0.27
HSL 40.14º 0.66% 0.44% -
HSV(B) 40.14º 0.8% 0.73% -
XYZ 29.55 28.47 5.77 -
YUV 140.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 186 137 38 0 0.26 0.80 0.27 40.14 0.66 0.44
Hex BA 89 26 0 1A 50 1B 28 42 2C
Octal 272 211 46 0 32 120 33 50 102 54
Binary 10111010 10001001 100110 0 11010 1010000 11011 101000 1000010 101100

Color Harmonies of #BA8926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8926

Black with #BA8926

Text Example


Text Example

White with #BA8926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8926; }

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

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

background-color css

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

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

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

border-color css

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

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

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