Html Css Color HEX #BA8621 Nugget

📋 copy color: '#BA8621'

red 186 ◦ green 134 ◦ blue 33

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

Shades of Nugget #BA8621

Tints of Nugget #BA8621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.96%

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 52.69%
G = 37.96%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA8621 (or 0xBA8621) is known color: Nugget. HEX triplet: BA, 86 and 21. RGB value is (186,134,33). Sum of RGB (Red+Green+Blue) = 186+134+33=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8621 is #4579DE. Grayscale: #8A8A8A. Windows color (decimal): -4553183 or 2197178. OLE color: 2197178.

HSL color Cylindrical-coordinate representation of color #BA8621: hue angle of 39.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA8621 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 134 33 -
CMYK 0 0.28 0.82 0.27
HSL 39.61º 0.7% 0.43% -
HSV(B) 39.61º 0.82% 0.73% -
XYZ 29.05 27.6 5.23 -
YUV 138.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 186 134 33 0 0.28 0.82 0.27 39.61 0.7 0.43
Hex BA 86 21 0 1C 52 1B 28 46 2B
Octal 272 206 41 0 34 122 33 50 106 53
Binary 10111010 10000110 100001 0 11100 1010010 11011 101000 1000110 101011

Color Harmonies of #BA8621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8621

Black with #BA8621

Text Example


Text Example

White with #BA8621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8621; }

 p { color: rgb(186,134,33); }

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

background-color css

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

 a { background-color: rgb(186,134,33); }

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

border-color css

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

 span { border-color: rgb(186,134,33); }

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