Html Css Color HEX #BA8829 Nugget

📋 copy color: '#BA8829'

red 186 ◦ green 136 ◦ blue 41

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

Shades of Nugget #BA8829

Tints of Nugget #BA8829

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

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

R = 51.24%
G = 37.47%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA8829 (or 0xBA8829) is known color: Nugget. HEX triplet: BA, 88 and 29. RGB value is (186,136,41). Sum of RGB (Red+Green+Blue) = 186+136+41=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8829 is #4577D6. Grayscale: #8C8C8C. Windows color (decimal): -4552663 or 2721978. OLE color: 2721978.

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

Color convert

RGB 186 136 41 -
CMYK 0 0.27 0.78 0.27
HSL 39.31º 0.64% 0.45% -
HSV(B) 39.31º 0.78% 0.73% -
XYZ 29.45 28.21 5.99 -
YUV 140.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 186 136 41 0 0.27 0.78 0.27 39.31 0.64 0.45
Hex BA 88 29 0 1B 4E 1B 27 40 2D
Octal 272 210 51 0 33 116 33 47 100 55
Binary 10111010 10001000 101001 0 11011 1001110 11011 100111 1000000 101101

Color Harmonies of #BA8829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8829

Black with #BA8829

Text Example


Text Example

White with #BA8829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8829; }

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

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

background-color css

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

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

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

border-color css

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

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

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